No need for GetElementByMetadataReference to be SAL_CALL
Change-Id: I34615c87238d4e96b6c1e81e57fb0822c876b929
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
|||||||
virtual ~IXmlIdRegistry() { }
|
virtual ~IXmlIdRegistry() { }
|
||||||
|
|
||||||
virtual ::com::sun::star::uno::Reference<
|
virtual ::com::sun::star::uno::Reference<
|
||||||
::com::sun::star::rdf::XMetadatable > SAL_CALL
|
::com::sun::star::rdf::XMetadatable >
|
||||||
GetElementByMetadataReference(
|
GetElementByMetadataReference(
|
||||||
const ::com::sun::star::beans::StringPair & i_rXmlId) const = 0;
|
const ::com::sun::star::beans::StringPair & i_rXmlId) const = 0;
|
||||||
|
|
||||||
|
@@ -150,9 +150,10 @@ public:
|
|||||||
|
|
||||||
/** get the ODF element with the given metadata reference. */
|
/** get the ODF element with the given metadata reference. */
|
||||||
virtual ::com::sun::star::uno::Reference<
|
virtual ::com::sun::star::uno::Reference<
|
||||||
::com::sun::star::rdf::XMetadatable > SAL_CALL
|
::com::sun::star::rdf::XMetadatable >
|
||||||
GetElementByMetadataReference(
|
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.
|
/** 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(
|
XmlIdRegistry::GetElementByMetadataReference(
|
||||||
const beans::StringPair & i_rReference) const
|
const beans::StringPair & i_rReference) const
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user