summaryrefslogtreecommitdiffstats
path: root/include/sfx2/XmlIdRegistry.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-11 16:29:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-11 16:30:44 +0100
commitaeba9c26898ae7b6da814cf012a7c348e64393d7 (patch)
tree1c97321eb5e6a7745ed118cb09e5060ae4b87e43 /include/sfx2/XmlIdRegistry.hxx
parent"overflow" is one word (diff)
downloadcore-aeba9c26898ae7b6da814cf012a7c348e64393d7.tar.gz
core-aeba9c26898ae7b6da814cf012a7c348e64393d7.zip
No need for GetElementByMetadataReference to be SAL_CALL
Change-Id: I34615c87238d4e96b6c1e81e57fb0822c876b929
Diffstat (limited to 'include/sfx2/XmlIdRegistry.hxx')
-rw-r--r--include/sfx2/XmlIdRegistry.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/XmlIdRegistry.hxx b/include/sfx2/XmlIdRegistry.hxx
index 3b1dff4432b1..68d61993e685 100644
--- a/include/sfx2/XmlIdRegistry.hxx
+++ b/include/sfx2/XmlIdRegistry.hxx
@@ -53,7 +53,7 @@ public:
virtual ~IXmlIdRegistry() { }
virtual ::com::sun::star::uno::Reference<
- ::com::sun::star::rdf::XMetadatable > SAL_CALL
+ ::com::sun::star::rdf::XMetadatable >
GetElementByMetadataReference(
const ::com::sun::star::beans::StringPair & i_rXmlId) const = 0;