summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/SectionStyle.hxx
diff options
context:
space:
mode:
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"