summaryrefslogtreecommitdiff
path: root/sc/workben
diff options
context:
space:
mode:
authorChristos Strubulis <strubul@ubuntu.(none)>2012-12-09 10:08:10 -0800
committerMichael Meeks <michael.meeks@suse.com>2012-12-10 21:38:28 +0000
commitc13ad097fb224a2fd110234db7a60f133735dfa6 (patch)
treef3851afc849ff74a3defdef560e2f8738a082614 /sc/workben
parente7e4d6778661d039d6ee9cba1da1a22cea542f3e (diff)
Replacing '__LOADONCALLAPI' with 'SAL_CALL' definition
Change-Id: I692a9cfdca5ad50170eea2178a6aa87e8154b951
Diffstat (limited to 'sc/workben')
-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;