diff options
Diffstat (limited to 'sc/source/ui/view/pivotsh.cxx')
-rw-r--r-- | sc/source/ui/view/pivotsh.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/ui/view/pivotsh.cxx b/sc/source/ui/view/pivotsh.cxx index 8782062421e7..8f2dfdc91513 100644 --- a/sc/source/ui/view/pivotsh.cxx +++ b/sc/source/ui/view/pivotsh.cxx @@ -105,9 +105,8 @@ void ScPivotShell::Execute( SfxRequest& rReq ) ScAbstractDialogFactory* pFact = ScAbstractDialogFactory::Create(); OSL_ENSURE(pFact, "ScAbstractFactory create fail!"); - AbstractScPivotFilterDlg* pDlg = pFact->CreateScPivotFilterDlg( pViewShell->GetDialogParent(), - aArgSet, nSrcTab, - RID_SCDLG_PIVOTFILTER); + AbstractScPivotFilterDlg* pDlg = pFact->CreateScPivotFilterDlg( + pViewShell->GetDialogParent(), aArgSet, nSrcTab); OSL_ENSURE(pDlg, "Dialog create fail!"); if( pDlg->Execute() == RET_OK ) |