summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:12:48 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:12:48 +0000
commit372f853a375abe0147e9758ce2e339ab41b895e4 (patch)
tree334c92cdcae450627dcb294af1c938e170aabfe0
parentd50d8c2cf91884ff02712b1a9c1af58c31342e30 (diff)
INTEGRATION: CWS mingwport06 (1.70.18); FILE MERGED
2007/08/24 13:18:26 vg 1.70.18.1: #i75499# pragma is for MSVC
-rw-r--r--svtools/source/filter.vcl/filter/filter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/filter.vcl/filter/filter.cxx b/svtools/source/filter.vcl/filter/filter.cxx
index c8d92cc93eef..201cabe773a7 100644
--- a/svtools/source/filter.vcl/filter/filter.cxx
+++ b/svtools/source/filter.vcl/filter/filter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: filter.cxx,v $
*
- * $Revision: 1.70 $
+ * $Revision: 1.71 $
*
- * last change: $Author: hr $ $Date: 2007-08-02 18:18:50 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:12:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -139,7 +139,7 @@
#endif
// Compilerfehler, wenn Optimierung bei WNT & MSC
-#if defined WNT && defined MSC
+#ifdef _MSC_VER
#pragma optimize( "", off )
#endif