summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-29 12:37:20 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-29 12:42:20 +0300
commit8b6b868301967e0c8690281c37099fe743da9016 (patch)
tree97502b8de3998de9501f2dd82b94045dde7e4711
parentb6180157870d2b2dbde9c3624e466e582c17f48f (diff)
jawt_md.h is not needed in this file
-rw-r--r--bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c b/bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c
index 26074c57f..ea3761239 100644
--- a/bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c
+++ b/bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c
@@ -36,14 +36,6 @@
#include "jawt.h"
-#if defined _MSC_VER
-#pragma warning(push, 1)
-#endif
-#include "jawt_md.h"
-#if defined _MSC_VER
-#pragma warning(pop)
-#endif
-
#if defined assert
#undef assert
#endif