diff options
author | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2011-05-26 15:02:42 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-05-26 15:05:21 +0200 |
commit | e6703ce8a24fdc5b1698f0c3789b4423a84ad8fa (patch) | |
tree | 65a08757905ca9a5fecbc62ef56a3f70d8fe0e82 /svtools/source/svrtf | |
parent | 9874d32b0b8c4b385a13baaf37bcf66b857c727f (diff) |
remove __cdecl and use SAL_CALL instead
Diffstat (limited to 'svtools/source/svrtf')
-rw-r--r-- | svtools/source/svrtf/rtfkeywd.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/svtools/source/svrtf/rtfkeywd.cxx b/svtools/source/svrtf/rtfkeywd.cxx index 76dccb5a5026..d3d5eedf6afd 100644 --- a/svtools/source/svrtf/rtfkeywd.cxx +++ b/svtools/source/svrtf/rtfkeywd.cxx @@ -1187,11 +1187,7 @@ static RTF_TokenEntry aRTFTokenTab[] = { extern "C" { -static int -#if defined( WNT ) - __cdecl -#endif - RTFKeyCompare( const void *pFirst, const void *pSecond) +static int SAL_CALL RTFKeyCompare( const void *pFirst, const void *pSecond) { int nRet = 0; if( -1 == ((RTF_TokenEntry*)pFirst)->nToken ) |