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 /dbaccess/source/ext | |
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 'dbaccess/source/ext')
-rw-r--r-- | dbaccess/source/ext/macromigration/macromigrationdialog.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ext/macromigration/macromigrationdialog.cxx b/dbaccess/source/ext/macromigration/macromigrationdialog.cxx index 1c007e363d93..ba3611cd6c5f 100644 --- a/dbaccess/source/ext/macromigration/macromigrationdialog.cxx +++ b/dbaccess/source/ext/macromigration/macromigrationdialog.cxx @@ -144,7 +144,6 @@ namespace dbmm declarePath( PATH_DEFAULT, STATE_CLOSE_SUB_DOCS, STATE_BACKUP_DBDOC, STATE_MIGRATE, STATE_SUMMARY, WZS_INVALID_STATE ); SetPageSizePixel( LogicToPixel( ::Size( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT ), MAP_APPFONT ) ); - ShowButtonFixedLine( true ); SetRoadmapInteractive( true ); enableAutomaticNextButtonState(); defaultButton( WZB_NEXT ); |