summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-06-25 17:42:50 +0200
committerMichael Stahl <mst@openoffice.org>2010-06-25 17:42:50 +0200
commit7359de66a265a67863bab7e2ee424b40dcf7343c (patch)
tree442fb7f3950fb44638cdcabd4f6601d9ca57c548
parent34dd33af79caf3a13ec3a4e7098616ac0b16cf50 (diff)
sw33bf06: #i110070#: fix regression: member initialization removed by accident
-rw-r--r--xmloff/source/text/XMLTextMarkImportContext.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/text/XMLTextMarkImportContext.cxx b/xmloff/source/text/XMLTextMarkImportContext.cxx
index af51f5f56d98..00cdce37f4d5 100644
--- a/xmloff/source/text/XMLTextMarkImportContext.cxx
+++ b/xmloff/source/text/XMLTextMarkImportContext.cxx
@@ -116,6 +116,7 @@ XMLTextMarkImportContext::XMLTextMarkImportContext(
const OUString& rLocalName )
: SvXMLImportContext(rImport, nPrefix, rLocalName)
, m_rHelper(rHlp)
+ , m_bHaveAbout(false)
{
}