diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-22 06:44:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-22 06:44:16 +0000 |
commit | 8e469b4d7a597d157581d63ab8a96ebc3102f4d9 (patch) | |
tree | a0dd2f3852653d84d3d16b12f9c487974b1a1204 /sfx2/source | |
parent | eee65c5ac587ac8a51bca8f8025e3bfecb7dfbbb (diff) |
INTEGRATION: CWS pba11y01 (1.12.36); FILE MERGED
2008/07/15 04:14:02 pb 1.12.36.2: RESYNC: (1.12-1.13); FILE MERGED
2008/06/24 05:11:03 pb 1.12.36.1: fix: #i73576# new order: infotext behind the buttons
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/dialog/alienwarn.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/dialog/alienwarn.cxx b/sfx2/source/dialog/alienwarn.cxx index 7747380f1773..5ed5569ea336 100644 --- a/sfx2/source/dialog/alienwarn.cxx +++ b/sfx2/source/dialog/alienwarn.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: alienwarn.cxx,v $ - * $Revision: 1.13 $ + * $Revision: 1.14 $ * * This file is part of OpenOffice.org. * @@ -46,13 +46,13 @@ SfxAlienWarningDialog::SfxAlienWarningDialog( Window* pParent, const String& _rF SfxModalDialog( pParent, SfxResId( RID_DLG_ALIEN_WARNING ) ), - m_aQueryImage ( this, SfxResId( FI_QUERY ) ), - m_aInfoText ( this, SfxResId( FT_INFOTEXT ) ), m_aKeepCurrentBtn ( this, SfxResId( PB_NO ) ), m_aSaveODFBtn ( this, SfxResId( PB_YES ) ), m_aMoreInfoBtn ( this, SfxResId( PB_MOREINFO ) ), m_aOptionLine ( this, SfxResId( FL_OPTION ) ), - m_aWarningOnBox ( this, SfxResId( CB_WARNING_OFF ) ) + m_aWarningOnBox ( this, SfxResId( CB_WARNING_OFF ) ), + m_aQueryImage ( this, SfxResId( FI_QUERY ) ), + m_aInfoText ( this, SfxResId( FT_INFOTEXT ) ) { FreeResource(); |