summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-14 16:57:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-15 08:26:02 +0100
commit85cf4881fc4e1bfa5f21ae3e719bbd40ba3fce8b (patch)
treed04747b9c0f5db0e34831fc8dc9e3073e0a16b14 /extensions
parent7de2366a975c22cd77a1a3a64da6b7c642334ae1 (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')
-rw-r--r--extensions/source/abpilot/abspilot.cxx2
-rw-r--r--extensions/source/dbpilots/controlwizard.cxx7
2 files changed, 0 insertions, 9 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx
index 0e83f33bcb1b..a93dd1e4833d 100644
--- a/extensions/source/abpilot/abspilot.cxx
+++ b/extensions/source/abpilot/abspilot.cxx
@@ -67,8 +67,6 @@ namespace abp
{
SetPageSizePixel(LogicToPixel(Size(WINDOW_SIZE_X, WINDOW_SIZE_Y), MAP_APPFONT));
- ShowButtonFixedLine(true);
-
declarePath( PATH_COMPLETE,
STATE_SELECT_ABTYPE,
STATE_INVOKE_ADMIN_DIALOG,
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