summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dialog/swabstdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dialog/swabstdlg.cxx')
-rw-r--r--sw/source/uibase/dialog/swabstdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/dialog/swabstdlg.cxx b/sw/source/uibase/dialog/swabstdlg.cxx
index 6343d27cf54e..b4a9277b1921 100644
--- a/sw/source/uibase/dialog/swabstdlg.cxx
+++ b/sw/source/uibase/dialog/swabstdlg.cxx
@@ -23,11 +23,11 @@
#include <osl/module.hxx>
-typedef SwAbstractDialogFactory* (SAL_CALL *SwFuncPtrCreateDialogFactory)();
+typedef SwAbstractDialogFactory* (*SwFuncPtrCreateDialogFactory)();
#ifndef DISABLE_DYNLOADING
-extern "C" { static void SAL_CALL thisModule() {} }
+extern "C" { static void thisModule() {} }
#else