summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-21 11:28:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-21 12:40:32 +0000
commit105cd45a98574c0b90c6cc36c9db184c6b499758 (patch)
treec4984fc5c7e40e700e51ff1e3c316ea8c2dcb920 /xmloff
parent43403d14c2c0f89845fa5a6816bc1b67f54d1830 (diff)
coverity#708724 Uninitialized scalar field
Change-Id: I797a2e31550642be937c4641c12bd6c71dd6cba2
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/IgnoreTContext.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/transform/IgnoreTContext.cxx b/xmloff/source/transform/IgnoreTContext.cxx
index 75eae9cc1763..654624c3a27e 100644
--- a/xmloff/source/transform/IgnoreTContext.cxx
+++ b/xmloff/source/transform/IgnoreTContext.cxx
@@ -34,6 +34,7 @@ XMLIgnoreTransformerContext::XMLIgnoreTransformerContext(
XMLTransformerContext( rImp, rQName ),
m_bIgnoreCharacters( bIgnoreChars ),
m_bIgnoreElements( bIgnoreElems ),
+ m_bAllowCharactersRecursive( false ),
m_bRecursiveUse( sal_False )
{
}