summaryrefslogtreecommitdiffstats
path: root/include/sfx2/XmlIdRegistry.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-22 16:38:52 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-23 07:08:51 +0000
commite4acd26406056addac8c10e80d8cfaa48cedc7fc (patch)
tree96532a7c95d861d0bf6add09d0c8afd179756bbe /include/sfx2/XmlIdRegistry.hxx
parentcom::sun::star->css in include/i18nlangtag,i18nutil (diff)
downloadcore-e4acd26406056addac8c10e80d8cfaa48cedc7fc.tar.gz
core-e4acd26406056addac8c10e80d8cfaa48cedc7fc.zip
com::sun::star->css in include/linguistic to include/sfx2
Change-Id: Id69e293fda98ee6cf2cc3d3296a0cd2e06bd847e Reviewed-on: https://gerrit.libreoffice.org/19527 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
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;
};