summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:55:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:55:39 +0000
commitbcc81e6509fcd789c0285e9ae29165d29d321cc0 (patch)
tree506936a6e0d70b5accc29911d8cc6d91b60242f8 /writerperfect
parent688695557b671739577ca7691b3538c216a1ae08 (diff)
INTEGRATION: CWS swwarnings (1.4.6); FILE MERGED
2007/04/13 11:16:01 os 1.4.6.1: warning removed
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/filter/ListStyle.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/writerperfect/source/filter/ListStyle.hxx b/writerperfect/source/filter/ListStyle.hxx
index 76b10401f42e..fdd29d6565e7 100644
--- a/writerperfect/source/filter/ListStyle.hxx
+++ b/writerperfect/source/filter/ListStyle.hxx
@@ -26,7 +26,13 @@
*/
#ifndef _LISTSTYLE_H
#define _LISTSTYLE_H
+#if defined _MSC_VER
+#pragma warning( push, 1 )
+#endif
#include <libwpd/libwpd.h>
+#if defined _MSC_VER
+#pragma warning( pop )
+#endif
#define WP6_NUM_LIST_LEVELS 8 // see WP6FileStructure.h (we shouldn't need to reference this)