diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-22 21:52:55 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-22 21:52:55 +0200 |
commit | 7df82673c5c0df83c9d1131ff4727e91ec7af36b (patch) | |
tree | 054a2658b3b22bd82d40d7015f56d590ebaca421 /svtools/source/edit/textdoc.cxx | |
parent | 69560c178f3e3f39b38b8f0b3cc39f30753aeb75 (diff) |
Remove PM2 macro usage
Diffstat (limited to 'svtools/source/edit/textdoc.cxx')
-rw-r--r-- | svtools/source/edit/textdoc.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/edit/textdoc.cxx b/svtools/source/edit/textdoc.cxx index b4eeb76d8a06..b30e8a90d25b 100644 --- a/svtools/source/edit/textdoc.cxx +++ b/svtools/source/edit/textdoc.cxx @@ -39,9 +39,6 @@ SV_IMPL_PTRARR( TextCharAttribs, TextCharAttribPtr ); // Vergleichmethode wird von QuickSort gerufen... EXTERN_C -#if defined( PM2 ) -int _stdcall -#else #ifdef WNT #if _MSC_VER >= 1200 int __cdecl |