summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:56:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:56:21 +0000
commitbc4e785310c4c18376c88d0ed043384590e71acc (patch)
tree3ced1ff1d5eb0dc731d440319558c55a43284717 /writerperfect
parentcdbabb0f175de3ee10fcc3a96366cd8902f68045 (diff)
INTEGRATION: CWS swwarnings (1.3.6); FILE MERGED
2007/04/13 11:16:02 os 1.3.6.1: warning removed
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/filter/SectionStyle.hxx6
-rw-r--r--writerperfect/source/filter/Style.hxx6
2 files changed, 12 insertions, 0 deletions
diff --git a/writerperfect/source/filter/SectionStyle.hxx b/writerperfect/source/filter/SectionStyle.hxx
index 612087152cc4..2e914824b550 100644
--- a/writerperfect/source/filter/SectionStyle.hxx
+++ b/writerperfect/source/filter/SectionStyle.hxx
@@ -26,8 +26,14 @@
*/
#ifndef _SECTIONSTYLE_H
#define _SECTIONSTYLE_H
+#if defined _MSC_VER
+#pragma warning( push, 1 )
+#endif
#include <libwpd/libwpd.h>
#include <libwpd/WPXPropertyListVector.h>
+#if defined _MSC_VER
+#pragma warning( pop )
+#endif
#include "Style.hxx"
#include "WriterProperties.hxx"
diff --git a/writerperfect/source/filter/Style.hxx b/writerperfect/source/filter/Style.hxx
index a1fc723bb211..f7e2233e0b80 100644
--- a/writerperfect/source/filter/Style.hxx
+++ b/writerperfect/source/filter/Style.hxx
@@ -27,7 +27,13 @@
#ifndef _STYLE_H
#define _STYLE_H
+#if defined _MSC_VER
+#pragma warning( push, 1 )
+#endif
#include <libwpd/libwpd.h>
+#if defined _MSC_VER
+#pragma warning( pop )
+#endif
#include "DocumentElement.hxx"
class TopLevelElementStyle