summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-09 18:29:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-09 18:17:19 +0000
commit9037e2289d10aa8208d0e8f75847204d73ea21a7 (patch)
treea87d3cad0d02bb046824f04d00ce1b40bf248260 /sfx2
parentf4673ccd5e26d38a28f297d64ed70ba719d21ef2 (diff)
remove presys.h and postsys.h
Both files are nearly identical to prewin.h and postwin.h Change-Id: I1f45e46dfcc00043a9e2df82e0070cd1b976c4af Reviewed-on: https://gerrit.libreoffice.org/9294 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/graphhelp.cxx15
1 files changed, 2 insertions, 13 deletions
diff --git a/sfx2/source/doc/graphhelp.cxx b/sfx2/source/doc/graphhelp.cxx
index 7d40cc8e27aa..d0c9db6c785b 100644
--- a/sfx2/source/doc/graphhelp.cxx
+++ b/sfx2/source/doc/graphhelp.cxx
@@ -19,21 +19,10 @@
#ifdef WNT
-
-#undef WB_LEFT
-#undef WB_RIGHT
-
-#include <tools/presys.h>
-#if defined _MSC_VER
-#pragma warning(push, 1)
+#include <prewin.h>
+#include <postwin.h>
#endif
-#include <windows.h>
-#if defined _MSC_VER
-#pragma warning(pop)
-#endif
-#include <tools/postsys.h>
-#endif
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>