summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/orcusxml.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-10-12 23:08:53 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:26 -0500
commit4f0516315c35882ef09fe3f44c3f2f5a7f12dc8d (patch)
treef9c5651ce57b68fd97079f2aff38fdc35c45497c /sc/source/core/tool/orcusxml.cxx
parentcc635c24f3f5ab761cd640bacc5ae12adc4d0846 (diff)
Take care of the default element and attribute selection handlers.
Change-Id: I87aec99679f8beca2be82d6d7df275917ba66d62
Diffstat (limited to 'sc/source/core/tool/orcusxml.cxx')
-rw-r--r--sc/source/core/tool/orcusxml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/orcusxml.cxx b/sc/source/core/tool/orcusxml.cxx
index c5e0ac124b10..068fddfcb59c 100644
--- a/sc/source/core/tool/orcusxml.cxx
+++ b/sc/source/core/tool/orcusxml.cxx
@@ -12,7 +12,7 @@
#include "svtools/treelistbox.hxx"
ScOrcusXMLTreeParam::EntryData::EntryData(EntryType eType) :
- meType(eType), maLinkedPos(ScAddress::INITIALIZE_INVALID) {}
+ meType(eType), maLinkedPos(ScAddress::INITIALIZE_INVALID), mbRangeParent(false) {}
ScOrcusXMLTreeParam::EntryData* ScOrcusXMLTreeParam::getUserData(SvLBoxEntry& rEntry)
{