summaryrefslogtreecommitdiffstats
path: root/xmloff/inc/MetaImportComponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/MetaImportComponent.hxx')
-rw-r--r--xmloff/inc/MetaImportComponent.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/MetaImportComponent.hxx b/xmloff/inc/MetaImportComponent.hxx
index 27568e9cf19f..42b53aed3fe5 100644
--- a/xmloff/inc/MetaImportComponent.hxx
+++ b/xmloff/inc/MetaImportComponent.hxx
@@ -46,7 +46,7 @@ protected:
virtual SvXMLImportContext* CreateContext(
sal_uInt16 nPrefix,
- const ::rtl::OUString& rLocalName,
+ const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList );
@@ -58,11 +58,11 @@ protected:
// global functions to support the component
-::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL
+::com::sun::star::uno::Sequence< OUString > SAL_CALL
XMLMetaImportComponent_getSupportedServiceNames()
throw();
-::rtl::OUString SAL_CALL XMLMetaImportComponent_getImplementationName()
+OUString SAL_CALL XMLMetaImportComponent_getImplementationName()
throw();
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL