diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:55:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:55:26 +0000 |
commit | 688695557b671739577ca7691b3538c216a1ae08 (patch) | |
tree | 1d58c58b17ad6b060775f2bf816141484c77ebbd /writerperfect | |
parent | 5877eb92841099eaa208715b1b0489b92c09f0e2 (diff) |
INTEGRATION: CWS swwarnings (1.3.6); FILE MERGED
2007/04/13 11:16:00 os 1.3.6.1: warning removed
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/filter/DocumentHandler.hxx | 6 | ||||
-rw-r--r-- | writerperfect/source/filter/FontStyle.hxx | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/writerperfect/source/filter/DocumentHandler.hxx b/writerperfect/source/filter/DocumentHandler.hxx index e93115ec074c..0f58acf3a9a9 100644 --- a/writerperfect/source/filter/DocumentHandler.hxx +++ b/writerperfect/source/filter/DocumentHandler.hxx @@ -5,7 +5,13 @@ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #endif +#if defined _MSC_VER +#pragma warning( push, 1 ) +#endif #include <libwpd/libwpd.h> +#if defined _MSC_VER +#pragma warning( pop ) +#endif using com::sun::star::uno::Reference; using com::sun::star::xml::sax::XDocumentHandler; diff --git a/writerperfect/source/filter/FontStyle.hxx b/writerperfect/source/filter/FontStyle.hxx index 0643fc2d01ba..be44cf140471 100644 --- a/writerperfect/source/filter/FontStyle.hxx +++ b/writerperfect/source/filter/FontStyle.hxx @@ -26,7 +26,13 @@ */ #ifndef _FONTSTYLE_H #define _FONTSTYLE_H +#if defined _MSC_VER +#pragma warning( push, 1 ) +#endif #include <libwpd/libwpd.h> +#if defined _MSC_VER +#pragma warning( pop ) +#endif #include "Style.hxx" #include "WriterProperties.hxx" |