summaryrefslogtreecommitdiff
path: root/xmloff
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
commita641278c3d50d1a7254cb78a7f0ba3ed8012d963 (patch)
treed8a51485c5ac8c3aa77c4a59b4b3cdafce5800d5 /xmloff
parent99e133f3abede854db3c78e1aca60fa16ffa412b (diff)
sw33bf06: #i110070#: fix regression: member initialization removed by accident
Diffstat (limited to 'xmloff')
-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 803f3c5473..74060049f9 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)
{
}