summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/xmlsourcedlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-29 23:40:48 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-29 23:42:21 -0500
commit949a4e15de7560f72481f2ff90f9f3b3571a8e90 (patch)
tree535386cbba7a540b871c8958d537f2e791fc59c8 /sc/source/ui/inc/xmlsourcedlg.hxx
parentdabd8121433bf7c363ba9cb99357e5b84e69db91 (diff)
Selecting a child entry of a recurring element should select all sub-tree.
And use the parent element entry to set the mapped cell position. Change-Id: I1def045000e707903dcc91ab46da3c66195506da
Diffstat (limited to 'sc/source/ui/inc/xmlsourcedlg.hxx')
-rw-r--r--sc/source/ui/inc/xmlsourcedlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/xmlsourcedlg.hxx b/sc/source/ui/inc/xmlsourcedlg.hxx
index 1914df1c00e7..95f379e3c9ba 100644
--- a/sc/source/ui/inc/xmlsourcedlg.hxx
+++ b/sc/source/ui/inc/xmlsourcedlg.hxx
@@ -57,7 +57,7 @@ class ScXMLSourceDlg : public ScAnyRefDlg
std::set<const SvTreeListEntry*> maCellLinks;
std::set<const SvTreeListEntry*> maRangeLinks;
std::vector<SvTreeListEntry*> maHighlightedEntries;
-
+ SvTreeListEntry* mpCurRefEntry;
boost::scoped_ptr<ScOrcusXMLContext> mpXMLContext;
ScDocument* mpDoc;