diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/graphhelp.cxx | 10 |
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> |