diff options
author | Michael Stahl <mst@openoffice.org> | 2010-06-25 17:42:50 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-06-25 17:42:50 +0200 |
commit | 7359de66a265a67863bab7e2ee424b40dcf7343c (patch) | |
tree | 442fb7f3950fb44638cdcabd4f6601d9ca57c548 | |
parent | 34dd33af79caf3a13ec3a4e7098616ac0b16cf50 (diff) |
sw33bf06: #i110070#: fix regression: member initialization removed by accident
-rw-r--r-- | xmloff/source/text/XMLTextMarkImportContext.cxx | 1 |
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) { } |