summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-07 15:47:08 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-07 15:56:03 +0300
commit86cbc1dd99e79fd0ac325635f02827198298d9aa (patch)
tree76e3d664053333c704aa6e42ec7ba004d62412b0 /writerfilter
parentd0aaada2821aee4501e7c16e32843b6d251755c6 (diff)
WaE: switch statement contains 'default' but no 'case' labels
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/factoryimpl_ns.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/factoryimpl_ns.xsl b/writerfilter/source/ooxml/factoryimpl_ns.xsl
index b96f24f04833..584ca83d6d60 100644
--- a/writerfilter/source/ooxml/factoryimpl_ns.xsl
+++ b/writerfilter/source/ooxml/factoryimpl_ns.xsl
@@ -925,6 +925,10 @@ string </xsl:text>
<xsl:text>.hxx"
#include "OOXMLFastHelper.hxx"
+#ifdef _MSC_VER
+#pragma warning(disable:4065) // switch statement contains 'default' but no 'case' labels
+#endif
+
namespace writerfilter {
namespace ooxml {