From 73318c3db8031127574a3371bf737eb926006d7b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 15 Apr 2013 14:17:16 +0100 Subject: adapt code to select source .ui Change-Id: I65d3f5acbe95985269c03b3e0c57c5cc80ca30d4 --- sc/source/ui/view/cellsh1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/view') 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 pTypeDlg( pFact->CreateScDataPilotSourceTypeDlg( - pTabViewShell->GetDialogParent(), bEnableExt, RID_SCDLG_DAPITYPE)); + pTabViewShell->GetDialogParent(), bEnableExt)); // Populate named ranges (if any). ScRangeName* pRangeName = pDoc->GetRangeName(); -- cgit