diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-23 12:59:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-23 13:58:12 +0100 |
commit | 194c692a7fe4949684920eba53ab4dfcc3391895 (patch) | |
tree | 0977b9b47c4b5ea5b9469597a4286e6394026112 /sw/source/ui/shells/textidx.cxx | |
parent | 7038df3a6711a59774e2cd3e3f37cc2538ae094a (diff) |
convert toc dialog to .ui
this should stop the intermittent redraw glitch and the toc dialog initially
appearing shoved up against the left edge of the screen
Change-Id: Id1dad162f110cd9140d2603a2b3b43ef64e703ca
Diffstat (limited to 'sw/source/ui/shells/textidx.cxx')
-rw-r--r-- | sw/source/ui/shells/textidx.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/shells/textidx.cxx b/sw/source/ui/shells/textidx.cxx index fecfcb9edf60..8c7af10769ee 100644 --- a/sw/source/ui/shells/textidx.cxx +++ b/sw/source/ui/shells/textidx.cxx @@ -142,7 +142,7 @@ void SwTextShell::ExecIdx(SfxRequest &rReq) } SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create(); OSL_ENSURE(pFact, "Dialogdiet fail!"); - AbstractMultiTOXTabDialog* pDlg = pFact->CreateMultiTOXTabDialog( DLG_MULTI_TOX, + AbstractMultiTOXTabDialog* pDlg = pFact->CreateMultiTOXTabDialog( pMDI, aSet, rSh, (SwTOXBase* )pCurTOX, USHRT_MAX, bGlobal); OSL_ENSURE(pDlg, "Dialogdiet fail!"); |