No need for GetElementByMetadataReference to be SAL_CALL

Change-Id: I34615c87238d4e96b6c1e81e57fb0822c876b929
This commit is contained in:
Stephan Bergmann
2014-03-11 16:29:34 +01:00
parent 45d09ea271
commit aeba9c2689
2 changed files with 5 additions and 4 deletions

View File

@@ -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;

View File

@@ -150,9 +150,10 @@ public:
/** get the ODF element with the given metadata reference. */
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_rReference) const;
const ::com::sun::star::beans::StringPair & i_rReference) const
SAL_OVERRIDE;
/** register an ODF element at a newly generated, unique metadata reference.
@@ -364,7 +365,7 @@ XmlIdRegistry::~XmlIdRegistry()
{
}
::com::sun::star::uno::Reference< ::com::sun::star::rdf::XMetadatable > SAL_CALL
::com::sun::star::uno::Reference< ::com::sun::star::rdf::XMetadatable >
XmlIdRegistry::GetElementByMetadataReference(
const beans::StringPair & i_rReference) const
{