summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-03 12:14:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-04 09:21:01 +0000
commit8f028bc6f184c7148d6b817864bfa9e533b6e813 (patch)
treed1a0af466407f82b02e32a963c26b32dfad9e7e7 /sc/source/ui/view/cellsh1.cxx
parentf79bfd0ac541e98ee32e089cdf94a18989ff83eb (diff)
convert select data source dialog to .ui
Change-Id: Iecca542c2c425a34184ba2c3ae0e34d093fa6a06
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 1c4450dec9f9..aeba2eaed805 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2576,7 +2576,7 @@ void ScCellShell::ExecuteDataPilotDialog()
::boost::scoped_ptr<AbstractScDataPilotDatabaseDlg> pDataDlg(
pFact->CreateScDataPilotDatabaseDlg(
- pTabViewShell->GetDialogParent(), RID_SCDLG_DAPIDATA));
+ pTabViewShell->GetDialogParent()));
OSL_ENSURE(pDataDlg, "Dialog create fail!");
if ( pDataDlg->Execute() == RET_OK )