summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexIllustrationSourceContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexIllustrationSourceContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx b/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx
index 3900377a7ca3..d1d0a70152d7 100644
--- a/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx
+++ b/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx
@@ -46,7 +46,7 @@ public:
XMLIndexIllustrationSourceContext(
SvXMLImport& rImport,
sal_uInt16 nPrfx,
- const ::rtl::OUString& rLocalName,
+ const OUString& rLocalName,
::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> & rPropSet);
@@ -56,7 +56,7 @@ protected:
virtual SvXMLImportContext* CreateChildContext(
sal_uInt16 nPrefix,
- const ::rtl::OUString& rLocalName,
+ const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList> & xAttrList );
};