summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLFootnoteSeparatorExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/XMLFootnoteSeparatorExport.hxx')
-rw-r--r--xmloff/source/style/XMLFootnoteSeparatorExport.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/xmloff/source/style/XMLFootnoteSeparatorExport.hxx b/xmloff/source/style/XMLFootnoteSeparatorExport.hxx
index 6b53c5974757..539d4221d034 100644
--- a/xmloff/source/style/XMLFootnoteSeparatorExport.hxx
+++ b/xmloff/source/style/XMLFootnoteSeparatorExport.hxx
@@ -21,15 +21,14 @@
#define INCLUDED_XMLOFF_SOURCE_STYLE_XMLFOOTNOTESEPARATOREXPORT_HXX
#include <sal/types.h>
+#include <vector>
class SvXMLExport;
class XMLPropertySetMapper;
struct XMLPropertyState;
-template<class X> class UniReference;
-
-
-#include <vector>
-
+namespace rtl {
+ template<class X> class Reference;
+}
/**
* export footnote separator element in page styles
@@ -48,7 +47,7 @@ public:
const ::std::vector<XMLPropertyState> * pProperties,
sal_uInt32 nIdx,
/// used only for debugging
- const UniReference<XMLPropertySetMapper> & rMapper);
+ const rtl::Reference<XMLPropertySetMapper> & rMapper);
};
#endif