diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-24 13:18:00 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-24 14:29:46 +0000 |
commit | bd272cd3daf873fcc69c2cc794ffda821be7fedf (patch) | |
tree | 935347b14b26859b2cd9f66d21c3843dfd409a2b /sw/source/ui/fldui/fldedt.cxx | |
parent | 5f1e50030cdb3a4eacc3b78b2e197a7f57219bcb (diff) |
rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialog
Change-Id: I4922b719bf819879909e9949bf7946f20914d1e5
Diffstat (limited to 'sw/source/ui/fldui/fldedt.cxx')
-rw-r--r-- | sw/source/ui/fldui/fldedt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fldui/fldedt.cxx b/sw/source/ui/fldui/fldedt.cxx index f8ade47a86ae..a00eaaf0c4eb 100644 --- a/sw/source/ui/fldui/fldedt.cxx +++ b/sw/source/ui/fldui/fldedt.cxx @@ -53,7 +53,7 @@ namespace swui } SwFldEditDlg::SwFldEditDlg(SwView& rVw) : - SfxSingleTabDialog(&rVw.GetViewFrame()->GetWindow(), 0, 0), + SfxNoLayoutSingleTabDialog(&rVw.GetViewFrame()->GetWindow(), 0, 0), pSh (rVw.GetWrtShellPtr()), aPrevBT (this, SW_RES(BTN_FLDEDT_PREV)), aNextBT (this, SW_RES(BTN_FLDEDT_NEXT)), |