diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-04-15 10:36:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-15 10:38:00 +0100 |
commit | 4f4ab917261e0f3fef242e54a2a5e45fb75aeb82 (patch) | |
tree | 8b802493b79a52c29e1e0d3a5886ecdfcc256592 /sc/source/ui/view/cellsh1.cxx | |
parent | 8d124bc49a3b89705763e81e0acc2335f6e090f7 (diff) |
convert external data dialog to .ui
Change-Id: I2dfaf152bd473f73fdeec08a8c2ac6b007d38352
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
-rw-r--r-- | sc/source/ui/view/cellsh1.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx index 85fcf8355ffe..c4742b25ca7e 100644 --- a/sc/source/ui/view/cellsh1.cxx +++ b/sc/source/ui/view/cellsh1.cxx @@ -2346,8 +2346,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq ) delete pImpl->m_pLinkedDlg; pImpl->m_pLinkedDlg = - pFact->CreateScLinkedAreaDlg( pTabViewShell->GetDialogParent(), - RID_SCDLG_LINKAREA); + pFact->CreateScLinkedAreaDlg(pTabViewShell->GetDialogParent()); OSL_ENSURE(pImpl->m_pLinkedDlg, "Dialog create fail!"); delete pImpl->m_pRequest; pImpl->m_pRequest = new SfxRequest( rReq ); |