summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpstyl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximpstyl.hxx')
-rw-r--r--xmloff/source/draw/ximpstyl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx
index 2fcea98f1c64..6f88a0aed7c6 100644
--- a/xmloff/source/draw/ximpstyl.hxx
+++ b/xmloff/source/draw/ximpstyl.hxx
@@ -187,7 +187,7 @@ public:
class SdXMLStylesContext : public SvXMLStylesContext
{
- UniReference< SvXMLImportPropertyMapper > xPresImpPropMapper;
+ rtl::Reference< SvXMLImportPropertyMapper > xPresImpPropMapper;
bool mbIsAutoStyle;
SvXMLNumFmtHelper* mpNumFmtHelper;
SvNumberFormatter* mpNumFormatter;
@@ -230,7 +230,7 @@ public:
virtual sal_uInt16 GetFamily( const OUString& rFamily ) const SAL_OVERRIDE;
virtual void EndElement() SAL_OVERRIDE;
- virtual UniReference< SvXMLImportPropertyMapper > GetImportPropertyMapper(sal_uInt16 nFamily) const SAL_OVERRIDE;
+ virtual rtl::Reference< SvXMLImportPropertyMapper > GetImportPropertyMapper(sal_uInt16 nFamily) const SAL_OVERRIDE;
void SetMasterPageStyles(SdXMLMasterPageContext& rMaster) const;