summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-09-28 20:22:23 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:21 -0500
commit8ca9f3c53e231bd528ff0f0a8af511ba9f517172 (patch)
treead4323c8e42e67537258ac5aaf22f27e4dce1235 /sc/source/ui/view/cellsh1.cxx
parent650dbb4f1600aaceec1394c62355f3702ea28a05 (diff)
Use file picker dialog to pick the source xml file.
Change-Id: Ie927d8a83fa93e3f61c2c2133fe655854667854c
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
-rw-r--r--sc/source/ui/view/cellsh1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index 8660140b8a95..addfd751e2a1 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2405,7 +2405,7 @@ void ScCellShell::ExecuteXMLSourceDialog()
boost::scoped_ptr<AbstractScXMLSourceDlg> pDlg(
pFact->CreateScXMLSourceDlg(
- pTabViewShell->GetDialogParent(), RID_SCDLG_XML_SOURCE));
+ pTabViewShell->GetDialogParent(), GetViewData()->GetDocument(), RID_SCDLG_XML_SOURCE));
if (!pDlg)
return;