summaryrefslogtreecommitdiffstats
path: root/unoxml/source/rdf/CURI.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/rdf/CURI.cxx')
-rw-r--r--unoxml/source/rdf/CURI.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unoxml/source/rdf/CURI.cxx b/unoxml/source/rdf/CURI.cxx
index c00f528b45c6..971303beb92f 100644
--- a/unoxml/source/rdf/CURI.cxx
+++ b/unoxml/source/rdf/CURI.cxx
@@ -793,18 +793,18 @@ OUString SAL_CALL CURI::getLocalName()
// component helper namespace
namespace comp_CURI {
-OUString SAL_CALL _getImplementationName() {
+OUString _getImplementationName() {
return OUString(
"CURI");
}
-css::uno::Sequence< OUString > SAL_CALL _getSupportedServiceNames()
+css::uno::Sequence< OUString > _getSupportedServiceNames()
{
css::uno::Sequence< OUString > s { "com.sun.star.rdf.URI" };
return s;
}
-css::uno::Reference< css::uno::XInterface > SAL_CALL _create(
+css::uno::Reference< css::uno::XInterface > _create(
const css::uno::Reference< css::uno::XComponentContext > & )
{
return static_cast< ::cppu::OWeakObject * >(new CURI);