summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwXMLBlockExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/SwXMLBlockExport.hxx')
-rw-r--r--sw/source/core/inc/SwXMLBlockExport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/SwXMLBlockExport.hxx b/sw/source/core/inc/SwXMLBlockExport.hxx
index 10597655f56e..ff3c637b649a 100644
--- a/sw/source/core/inc/SwXMLBlockExport.hxx
+++ b/sw/source/core/inc/SwXMLBlockExport.hxx
@@ -34,7 +34,7 @@ public:
SwXMLBlockListExport(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xContext,
SwXMLTextBlocks & rBlocks,
- const rtl::OUString &rFileName,
+ const OUString &rFileName,
com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler> &rHandler);
virtual ~SwXMLBlockListExport ( void ) {}
@@ -53,7 +53,7 @@ public:
SwXMLTextBlockExport(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xContext,
SwXMLTextBlocks & rBlocks,
- const rtl::OUString &rFileName,
+ const OUString &rFileName,
com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler> &rHandler);
virtual ~SwXMLTextBlockExport ( void ) {}