summaryrefslogtreecommitdiff
path: root/embeddedobj/source/commonembedding/xfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/source/commonembedding/xfactory.hxx')
-rw-r--r--embeddedobj/source/commonembedding/xfactory.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/embeddedobj/source/commonembedding/xfactory.hxx b/embeddedobj/source/commonembedding/xfactory.hxx
index 951de92170c3..48bef30ea79d 100644
--- a/embeddedobj/source/commonembedding/xfactory.hxx
+++ b/embeddedobj/source/commonembedding/xfactory.hxx
@@ -45,11 +45,11 @@ public:
OSL_ENSURE( rxContext.is(), "No service manager is provided!" );
}
- static css::uno::Sequence< OUString > SAL_CALL impl_staticGetSupportedServiceNames();
+ static css::uno::Sequence< OUString > impl_staticGetSupportedServiceNames();
- static OUString SAL_CALL impl_staticGetImplementationName();
+ static OUString impl_staticGetImplementationName();
- static css::uno::Reference< css::uno::XInterface > SAL_CALL
+ static css::uno::Reference< css::uno::XInterface >
impl_staticCreateSelfInstance(
const css::uno::Reference< css::lang::XMultiServiceFactory >& xServiceManager );
@@ -92,11 +92,11 @@ public:
OSL_ENSURE( rxContext.is(), "No service manager is provided!" );
}
- static css::uno::Sequence< OUString > SAL_CALL impl_staticGetSupportedServiceNames();
+ static css::uno::Sequence< OUString > impl_staticGetSupportedServiceNames();
- static OUString SAL_CALL impl_staticGetImplementationName();
+ static OUString impl_staticGetImplementationName();
- static css::uno::Reference< css::uno::XInterface > SAL_CALL
+ static css::uno::Reference< css::uno::XInterface >
impl_staticCreateSelfInstance(
const css::uno::Reference< css::lang::XMultiServiceFactory >& xServiceManager );