diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-27 14:00:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-27 14:03:19 +0000 |
commit | c6d1938f7559aa6293338b4d756ec7fc0bd79f63 (patch) | |
tree | 3b158c8c5e1f4040b6ca7e893a816fa5387960f5 /cui/source/inc/measure.hxx | |
parent | aabee4ca0bc5dd9107a8f1a53349bd652c790627 (diff) |
it's a SfxSingleTabDialog not SfxNoLayoutSingleTabDialog
Change-Id: I0c86753fab551a18a9f0c62adc03a3d967947dbf
Diffstat (limited to 'cui/source/inc/measure.hxx')
-rw-r--r-- | cui/source/inc/measure.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/cui/source/inc/measure.hxx b/cui/source/inc/measure.hxx index b4b7f2e8af56..02273faf2b3f 100644 --- a/cui/source/inc/measure.hxx +++ b/cui/source/inc/measure.hxx @@ -81,17 +81,15 @@ public: }; -/* Derived from SfxNoLayoutSingleTabDialog, in order to be able to be +/* Derived from SfxSingleTabDialog, in order to be able to be informed about virtual methods by the control. */ class SvxMeasureDialog : public SfxSingleTabDialog { public: - SvxMeasureDialog( Window* pParent, const SfxItemSet& rAttr, - const SdrView* pView ); - ~SvxMeasureDialog(); + SvxMeasureDialog(Window* pParent, const SfxItemSet& rAttr, + const SdrView* pView); }; - #endif // INCLUDED_CUI_SOURCE_INC_MEASURE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |