diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-02 20:16:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-03 08:59:56 +0100 |
commit | e8fdd77a66fe92fae063394683c6d9f64c9f54e6 (patch) | |
tree | 9b004c85b49de1b0eb14f91a08d72a12c335bbc3 /sw | |
parent | 61db96daa87754af24355d7ac94ee0305f22ff87 (diff) |
restore title on Format Number single tab dialogs
Allow a .ui to be given to the SingleTabDialog ctor. There are *three*
single-tab Format Number dialogs, we really should combine them together into
one dialog.
Change-Id: I1021c9b968764bd9ad35832958ef2bd067fca798
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/chrdlg/tblnumfm.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/tblnumfm.cxx b/sw/source/ui/chrdlg/tblnumfm.cxx index 1552f606f06c..a77c08a13177 100644 --- a/sw/source/ui/chrdlg/tblnumfm.cxx +++ b/sw/source/ui/chrdlg/tblnumfm.cxx @@ -30,7 +30,8 @@ #include <sfx2/tabdlg.hxx> SwNumFmtDlg::SwNumFmtDlg(Window* pParent, const SfxItemSet& rSet) - : SfxSingleTabDialog(pParent, rSet) + : SfxSingleTabDialog(pParent, rSet, "FormatNumberDialog", + "cui/ui/formatnumberdialog.ui") { // Create TabPage SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create(); |