diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-04-15 14:17:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-15 14:43:48 +0100 |
commit | 73318c3db8031127574a3371bf737eb926006d7b (patch) | |
tree | 6b47380b37f06b78539334b9a995efbf1f6933e1 /sc/source/ui/view | |
parent | 5afadf4b7990cada27a62dc1aa7e97cc4ad3394d (diff) |
adapt code to select source .ui
Change-Id: I65d3f5acbe95985269c03b3e0c57c5cc80ca30d4
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r-- | sc/source/ui/view/cellsh1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx index ccb39b0c3222..528191bb1e01 100644 --- a/sc/source/ui/view/cellsh1.cxx +++ b/sc/source/ui/view/cellsh1.cxx @@ -2479,7 +2479,7 @@ void ScCellShell::ExecuteDataPilotDialog() ::boost::scoped_ptr<AbstractScDataPilotSourceTypeDlg> pTypeDlg( pFact->CreateScDataPilotSourceTypeDlg( - pTabViewShell->GetDialogParent(), bEnableExt, RID_SCDLG_DAPITYPE)); + pTabViewShell->GetDialogParent(), bEnableExt)); // Populate named ranges (if any). ScRangeName* pRangeName = pDoc->GetRangeName(); |