summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlprcon.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-30 09:53:06 +0200
committerNoel Grandin <noel@peralex.com>2014-07-02 15:23:52 +0200
commit4ff115b3e7ff9c73dcc98fc6e7109f499ea81cfe (patch)
tree3660782eb23bdacd921bb11dcc825bc1b47035cf /include/xmloff/xmlprcon.hxx
parentfdo#79216 correct description of NORM.S.DIST function (diff)
downloadcore-4ff115b3e7ff9c73dcc98fc6e7109f499ea81cfe.tar.gz
core-4ff115b3e7ff9c73dcc98fc6e7109f499ea81cfe.zip
drop UniReference in favour of rtl::Reference
since they're doing the same thing. Change-Id: I76134b6b848db8628f315fe5bd9eb972a6bf0cb6
Diffstat (limited to 'include/xmloff/xmlprcon.hxx')
-rw-r--r--include/xmloff/xmlprcon.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/xmloff/xmlprcon.hxx b/include/xmloff/xmlprcon.hxx
index e7a9d1606143..1856d237a767 100644
--- a/include/xmloff/xmlprcon.hxx
+++ b/include/xmloff/xmlprcon.hxx
@@ -23,7 +23,6 @@
#include <xmloff/xmlictxt.hxx>
#include <xmloff/xmlimppr.hxx>
#include <xmloff/xmlprmap.hxx>
-#include <xmloff/uniref.hxx>
class SvXMLImportPropertyMapper;
@@ -35,7 +34,7 @@ protected:
sal_Int32 mnEndIdx;
sal_uInt32 mnFamily;
::std::vector< XMLPropertyState > &mrProperties;
- UniReference < SvXMLImportPropertyMapper > mxMapper;
+ rtl::Reference < SvXMLImportPropertyMapper > mxMapper;
public:
@@ -45,7 +44,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList,
sal_uInt32 nFamily,
::std::vector< XMLPropertyState > &rProps,
- const UniReference < SvXMLImportPropertyMapper > &rMap,
+ const rtl::Reference < SvXMLImportPropertyMapper > &rMap,
sal_Int32 nStartIdx = -1, sal_Int32 nEndIdx = -1 );
virtual ~SvXMLPropertySetContext();