summaryrefslogtreecommitdiff
path: root/xmloff/inc/DomExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/DomExport.hxx')
-rw-r--r--xmloff/inc/DomExport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/DomExport.hxx b/xmloff/inc/DomExport.hxx
index c8c9a5d36906..47745940cf63 100644
--- a/xmloff/inc/DomExport.hxx
+++ b/xmloff/inc/DomExport.hxx
@@ -29,7 +29,7 @@ namespace com { namespace sun { namespace star {
namespace xml { namespace dom { class XNode; } }
} } }
-void exportDom( SvXMLExport&, const com::sun::star::uno::Reference<com::sun::star::xml::dom::XDocument>& );
+void exportDom( SvXMLExport&, const css::uno::Reference<css::xml::dom::XDocument>& );
#endif