diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-11 16:29:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-11 16:30:44 +0100 |
commit | aeba9c26898ae7b6da814cf012a7c348e64393d7 (patch) | |
tree | 1c97321eb5e6a7745ed118cb09e5060ae4b87e43 /include/sfx2/XmlIdRegistry.hxx | |
parent | 45d09ea2712fc56802a639a15f2e4ae6cacbc099 (diff) |
No need for GetElementByMetadataReference to be SAL_CALL
Change-Id: I34615c87238d4e96b6c1e81e57fb0822c876b929
Diffstat (limited to 'include/sfx2/XmlIdRegistry.hxx')
-rw-r--r-- | include/sfx2/XmlIdRegistry.hxx | 2 |
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; |