summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:25:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:25:36 +0000
commit7a210bb09aa7bb6876e36c0aaf6e6c2e9663d297 (patch)
treea0e9df7443dc0fa1e99d27d5ec9125a5b3fd7c94 /svtools
parent005f916df7e933e880287aa042d1ded19fe1ce9a (diff)
INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED
2005/10/26 12:40:35 pl 1.3.62.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/productregistration/registrationdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/productregistration/registrationdlg.cxx b/svtools/source/productregistration/registrationdlg.cxx
index c29703f0bf89..0f0a182ffa6b 100644
--- a/svtools/source/productregistration/registrationdlg.cxx
+++ b/svtools/source/productregistration/registrationdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: registrationdlg.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:41:37 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:25:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,6 +81,7 @@ namespace svt
//--------------------------------------------------------------------
RegistrationDialog::RegistrationDialog( Window* _pWindow, const ResId& _rResId, bool _bEvalVersion )
:ModalDialog( _pWindow, _rResId )
+ ,m_eResponse ( urRegisterLater )
,m_aLogo ( this, ResId( FI_LOGO ) )
,m_aIntro ( this, ResId( FT_INTRO ) )
,m_aNow ( this, ResId( RB_NOW ) )
@@ -90,7 +91,6 @@ namespace svt
,m_aSeparator ( this, ResId( FL_SEPARATOR ) )
,m_aOK ( this, ResId( BTN_OK ) )
,m_aHelp ( this, ResId( BTN_HELP ) )
- ,m_eResponse ( urRegisterLater )
{
if ( _bEvalVersion )
{ // if we're an eval version, we need to hide two of the options