summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-22 21:53:01 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-22 22:30:21 +0200
commit93f9f1bfd10560882380970603aa934955598053 (patch)
tree6a2f99be1835d3b5c68a91b5bbce78d0f904a8f0 /sfx2
parent1bfbb58082f9b600110b4a7b7510fbd8d35fc3d4 (diff)
sfx2: remove obsolete redefinitions of Win32 UINT64 etc. types
Change-Id: I6b7acb44c16bcf4d3f8bcc338cb785fb7262eae6
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/graphhelp.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sfx2/source/doc/graphhelp.cxx b/sfx2/source/doc/graphhelp.cxx
index 2bf194a16c0f..2b7ea66a47c0 100644
--- a/sfx2/source/doc/graphhelp.cxx
+++ b/sfx2/source/doc/graphhelp.cxx
@@ -23,11 +23,6 @@
#undef WB_LEFT
#undef WB_RIGHT
-#define UINT64 USE_WIN_UINT64
-#define INT64 USE_WIN_INT64
-#define UINT32 USE_WIN_UINT32
-#define INT32 USE_WIN_INT32
-
#include <tools/presys.h>
#if defined _MSC_VER
#pragma warning(push, 1)
@@ -38,11 +33,6 @@
#endif
#include <tools/postsys.h>
-#undef UINT64
-#undef INT64
-#undef UINT32
-#undef INT32
-
#endif
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>