summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/SectionStyle.hxx
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/source/filter/SectionStyle.hxx
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/source/filter/SectionStyle.hxx')
-rw-r--r--writerperfect/source/filter/SectionStyle.hxx6
1 files changed, 6 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"