summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/pcrservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/pcrservices.cxx')
-rw-r--r--extensions/source/propctrlr/pcrservices.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/pcrservices.cxx b/extensions/source/propctrlr/pcrservices.cxx
index 0985d4c91ac1..1ef0353ae1c6 100644
--- a/extensions/source/propctrlr/pcrservices.cxx
+++ b/extensions/source/propctrlr/pcrservices.cxx
@@ -25,7 +25,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::registry;
-extern "C" void SAL_CALL pcr_initializeModule()
+extern "C" void pcr_initializeModule()
{
static bool s_bInit = false;
if (!s_bInit)
@@ -54,7 +54,7 @@ extern "C" void SAL_CALL pcr_initializeModule()
}
-extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL pcr_component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void* pcr_component_getFactory(
const sal_Char* pImplementationName,
void* pServiceManager,
SAL_UNUSED_PARAMETER void* /*pRegistryKey*/)