diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-05-24 13:01:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-05-24 13:01:54 +0000 |
commit | 759cec036324241271e065c5aafef1b3a1af054b (patch) | |
tree | ca56666b90aa06673fa4c4ee23121523037d3700 /desktop | |
parent | 930aafe35bfc80ae1bee55aab27465e2444ad860 (diff) |
INTEGRATION: CWS c01v008 (1.4.54); FILE MERGED
2005/05/23 12:47:58 cd 1.4.54.2: #123059 make option to 'not register' configurable
2005/05/23 11:46:42 cd 1.4.54.1: #123059 make option to 'not register' configurable
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/migration/pages.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/desktop/source/migration/pages.hxx b/desktop/source/migration/pages.hxx index 7b8fafb68d0a..5f922f1d614f 100644 --- a/desktop/source/migration/pages.hxx +++ b/desktop/source/migration/pages.hxx @@ -2,9 +2,9 @@ * * $RCSfile: pages.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-03-29 15:42:28 $ + * last change: $Author: rt $ $Date: 2005-05-24 14:01:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -191,6 +191,11 @@ private: RadioButton m_rbReg; FixedLine m_flSeparator; FixedText m_ftEnd; + sal_Bool m_bNeverVisible; + + void updateButtonStates(); + void impl_retrieveConfigurationData(); + public: RegistrationPage( svt::OWizardMachine* parent, const ResId& resid); virtual sal_Bool commitPage(COMMIT_REASON _eReason); |