summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-15 11:14:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-15 11:16:24 +0100
commitfd2c9d360ab0b55d0100273875e469448e607751 (patch)
tree79a1108252b5b60ea783ff9596ee3e888389280b /sc/source/ui/view/cellsh1.cxx
parentc6fa764daaf80640198bc02a4c8af1f0a06f72b0 (diff)
adapt code to create names .ui conversion
Change-Id: I276f354cd07480c8798951c14b565994c93750c2
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 c4742b25ca7e..ccb39b0c3222 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -1687,7 +1687,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
ScAbstractDialogFactory* pFact = ScAbstractDialogFactory::Create();
OSL_ENSURE(pFact, "ScAbstractFactory create fail!");
- AbstractScNameCreateDlg* pDlg = pFact->CreateScNameCreateDlg(pTabViewShell->GetDialogParent(), nFlags, RID_SCDLG_NAMES_CREATE );
+ AbstractScNameCreateDlg* pDlg = pFact->CreateScNameCreateDlg(pTabViewShell->GetDialogParent(), nFlags);
OSL_ENSURE(pDlg, "Dialog create fail!");
if( pDlg->Execute() )