summaryrefslogtreecommitdiff
path: root/sc/workben/test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/workben/test.cxx')
-rw-r--r--sc/workben/test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx
index 236dd79e3761..2ec6a2fcbee1 100644
--- a/sc/workben/test.cxx
+++ b/sc/workben/test.cxx
@@ -167,7 +167,7 @@ void ScTestListener::selectionChanged(const EventObject& aEvent)
//-----------------------------------------------------------------------
-extern "C" Window* __LOADONCALLAPI CreateWindow( Window *pParent, const String& rParam )
+extern "C" Window* SAL_CALL CreateWindow( Window *pParent, const String& rParam )
{
MyWindow *pWin = new MyWindow( pParent );
return pWin;