summaryrefslogtreecommitdiff
path: root/tools/source/debug/debug.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/debug/debug.cxx')
-rw-r--r--tools/source/debug/debug.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx
index 4cd2b19715e5..bb18729007b0 100644
--- a/tools/source/debug/debug.cxx
+++ b/tools/source/debug/debug.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: debug.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:09:41 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:14:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,10 +51,14 @@
#include <stdio.h>
#if defined ( WNT )
+#ifdef _MSC_VER
#pragma warning (push,1)
+#endif
#include <tools/svwin.h>
+#ifdef _MSC_VER
#pragma warning (pop)
#endif
+#endif
#include <tools/debug.hxx>
#include <rtl/string.h>