diff options
author | Christos Strubulis <strubul@ubuntu.(none)> | 2012-12-09 10:08:10 -0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-12-10 21:38:28 +0000 |
commit | c13ad097fb224a2fd110234db7a60f133735dfa6 (patch) | |
tree | f3851afc849ff74a3defdef560e2f8738a082614 /svx | |
parent | e7e4d6778661d039d6ee9cba1da1a22cea542f3e (diff) |
Replacing '__LOADONCALLAPI' with 'SAL_CALL' definition
Change-Id: I692a9cfdca5ad50170eea2178a6aa87e8154b951
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdhdl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdhdl.cxx b/svx/source/svdraw/svdhdl.cxx index 020bb6a30c8b..1ed280f14bac 100644 --- a/svx/source/svdraw/svdhdl.cxx +++ b/svx/source/svdraw/svdhdl.cxx @@ -1730,7 +1730,7 @@ struct ImplHdlAndIndex // Helper method for sorting handles taking care of OrdNums, keeping order in // single objects and re-sorting polygon handles intuitively -extern "C" int __LOADONCALLAPI ImplSortHdlFunc( const void* pVoid1, const void* pVoid2 ) +extern "C" int SAL_CALL ImplSortHdlFunc( const void* pVoid1, const void* pVoid2 ) { const ImplHdlAndIndex* p1 = (ImplHdlAndIndex*)pVoid1; const ImplHdlAndIndex* p2 = (ImplHdlAndIndex*)pVoid2; |