summaryrefslogtreecommitdiff
path: root/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:21:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:21:43 +0000
commit033def956f526fc210630bb5a75537ca8b96d86a (patch)
tree9af60e26325dd9a7cbb193e9e2ea46a702411079 /shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
parent692617e21785bc18cacb4dac4627e51e6ddca02f (diff)
INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED
2006/03/10 15:11:00 pl 1.4.14.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx')
-rw-r--r--shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
index 4e51e100d1..1d6d265ad6 100644
--- a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
+++ b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ooofilt.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:00:59 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:21:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -82,7 +82,13 @@
//
//--------------------------------------------------------------------------
+#if defined _MSC_VER
+#pragma warning(push, 1)
+#endif
#include <windows.h>
+#if defined _MSC_VER
+#pragma warning(pop)
+#endif
#include <string.h>
#include <filter.h>
#include <filterr.h>