diff options
Diffstat (limited to 'include/xmloff/prhdlfac.hxx')
-rw-r--r-- | include/xmloff/prhdlfac.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/prhdlfac.hxx b/include/xmloff/prhdlfac.hxx index 7f3eda5643c1..e21b5cb32415 100644 --- a/include/xmloff/prhdlfac.hxx +++ b/include/xmloff/prhdlfac.hxx @@ -25,7 +25,7 @@ #include <sal/types.h> #include <map> -#include <xmloff/uniref.hxx> +#include <salhelper/simplereferenceobject.hxx> #include <xmloff/xmlprhdl.hxx> /** @@ -37,7 +37,7 @@ you have to override the virtual method GetPropertyHandler ( see below ). */ -class XMLOFF_DLLPUBLIC XMLPropertyHandlerFactory : public UniRefBase +class XMLOFF_DLLPUBLIC XMLPropertyHandlerFactory : public salhelper::SimpleReferenceObject { public: virtual ~XMLPropertyHandlerFactory(); |