summaryrefslogtreecommitdiff
path: root/include/sfx2/XmlIdRegistry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/XmlIdRegistry.hxx')
-rw-r--r--include/sfx2/XmlIdRegistry.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sfx2/XmlIdRegistry.hxx b/include/sfx2/XmlIdRegistry.hxx
index 68d61993e685..54fd77c973d7 100644
--- a/include/sfx2/XmlIdRegistry.hxx
+++ b/include/sfx2/XmlIdRegistry.hxx
@@ -52,10 +52,9 @@ class SFX2_DLLPUBLIC IXmlIdRegistry
public:
virtual ~IXmlIdRegistry() { }
- virtual ::com::sun::star::uno::Reference<
- ::com::sun::star::rdf::XMetadatable >
+ virtual css::uno::Reference< css::rdf::XMetadatable >
GetElementByMetadataReference(
- const ::com::sun::star::beans::StringPair & i_rXmlId) const = 0;
+ const css::beans::StringPair & i_rXmlId) const = 0;
};