summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionFootnoteConfigExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLSectionFootnoteConfigExport.hxx')
-rw-r--r--xmloff/source/text/XMLSectionFootnoteConfigExport.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLSectionFootnoteConfigExport.hxx b/xmloff/source/text/XMLSectionFootnoteConfigExport.hxx
index 6935bcad4eff..985f7c70a3c5 100644
--- a/xmloff/source/text/XMLSectionFootnoteConfigExport.hxx
+++ b/xmloff/source/text/XMLSectionFootnoteConfigExport.hxx
@@ -28,7 +28,9 @@
class SvXMLExport;
class XMLPropertySetMapper;
struct XMLPropertyState;
-template<class X> class UniReference;
+namespace rtl {
+ template<class X> class Reference;
+}
/**
* Export the footnote-/endnote-configuration element in section styles.
@@ -45,7 +47,7 @@ public:
bool bEndnote,
const ::std::vector<XMLPropertyState> * pProperties,
sal_uInt32 nIdx,
- const UniReference<XMLPropertySetMapper> & rMapper); /// used only for debugging
+ const rtl::Reference<XMLPropertySetMapper> & rMapper); /// used only for debugging
};
#endif