summaryrefslogtreecommitdiff
path: root/stoc/source/javavm/javavm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/javavm/javavm.cxx')
-rw-r--r--stoc/source/javavm/javavm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx
index 11e089740a47..b03834ea46bc 100644
--- a/stoc/source/javavm/javavm.cxx
+++ b/stoc/source/javavm/javavm.cxx
@@ -204,7 +204,7 @@ css::uno::Sequence< OUString > serviceGetSupportedServiceNames()
return css::uno::Sequence< OUString > { "com.sun.star.java.JavaVirtualMachine" };
}
-css::uno::Reference< css::uno::XInterface > SAL_CALL serviceCreateInstance(
+css::uno::Reference< css::uno::XInterface > serviceCreateInstance(
css::uno::Reference< css::uno::XComponentContext > const & rContext)
{
// Only one single instance of this service is ever constructed, and is
@@ -587,7 +587,7 @@ private:
}
-extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL javavm_component_getFactory(sal_Char const * pImplName,
+extern "C" SAL_DLLPUBLIC_EXPORT void * javavm_component_getFactory(sal_Char const * pImplName,
void * pServiceManager,
void * pRegistryKey)
{