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 /chart2 | |
parent | 5f1e50030cdb3a4eacc3b78b2e197a7f57219bcb (diff) |
rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialog
Change-Id: I4922b719bf819879909e9949bf7946f20914d1e5
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/dlg_NumberFormat.cxx | 2 | ||||
-rw-r--r-- | chart2/source/controller/dialogs/dlg_NumberFormat.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/dlg_NumberFormat.cxx b/chart2/source/controller/dialogs/dlg_NumberFormat.cxx index 06443fa375f2..7639b4b38172 100644 --- a/chart2/source/controller/dialogs/dlg_NumberFormat.cxx +++ b/chart2/source/controller/dialogs/dlg_NumberFormat.cxx @@ -41,7 +41,7 @@ namespace chart using namespace ::com::sun::star; NumberFormatDialog::NumberFormatDialog(Window* pParent, SfxItemSet& rSet) - : SfxSingleTabDialog( pParent, rSet, 0 ) + : SfxNoLayoutSingleTabDialog( pParent, rSet, 0 ) { SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create(); ::CreateTabPage fnCreatePage = pFact->GetTabPageCreatorFunc( RID_SVXPAGE_NUMBERFORMAT ); diff --git a/chart2/source/controller/dialogs/dlg_NumberFormat.hxx b/chart2/source/controller/dialogs/dlg_NumberFormat.hxx index c57460891348..31535dd87bb5 100644 --- a/chart2/source/controller/dialogs/dlg_NumberFormat.hxx +++ b/chart2/source/controller/dialogs/dlg_NumberFormat.hxx @@ -29,7 +29,7 @@ namespace chart { //............................................................................. -class NumberFormatDialog : public SfxSingleTabDialog +class NumberFormatDialog : public SfxNoLayoutSingleTabDialog { public: NumberFormatDialog(Window* pParent, SfxItemSet& rSet); |