diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-14 16:57:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-15 08:26:02 +0100 |
commit | 85cf4881fc4e1bfa5f21ae3e719bbd40ba3fce8b (patch) | |
tree | d04747b9c0f5db0e34831fc8dc9e3073e0a16b14 /extensions/source/dbpilots/controlwizard.cxx | |
parent | 7de2366a975c22cd77a1a3a64da6b7c642334ae1 (diff) |
drop FixedLines from wizards to be consistent with the rest of the ui
and two virtual methods don't need to exist after that
Change-Id: I50ea8eaa99fddfed7e0c61e99e76631aa595f2dc
Diffstat (limited to 'extensions/source/dbpilots/controlwizard.cxx')
-rw-r--r-- | extensions/source/dbpilots/controlwizard.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx index 09f487b6796c..a60491a59e5e 100644 --- a/extensions/source/dbpilots/controlwizard.cxx +++ b/extensions/source/dbpilots/controlwizard.cxx @@ -253,10 +253,6 @@ namespace dbp OControlWizardPage_Base::initializePage(); } - - //= OControlWizard - - OControlWizard::OControlWizard( Window* _pParent, const Reference< XPropertySet >& _rxObjectModel, const Reference< XComponentContext >& _rxContext ) :OWizardMachine(_pParent, WZB_CANCEL | WZB_PREVIOUS | WZB_NEXT | WZB_FINISH) @@ -266,17 +262,14 @@ namespace dbp initContext(); SetPageSizePixel(LogicToPixel(::Size(WINDOW_SIZE_X, WINDOW_SIZE_Y), MAP_APPFONT)); - ShowButtonFixedLine(true); defaultButton(WZB_NEXT); enableButtons(WZB_FINISH, false); } - OControlWizard::~OControlWizard() { } - short OControlWizard::Execute() { // get the class id of the control we're dealing with |