summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 06:44:16 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 06:44:16 +0000
commit0fff997576d5330a2d54ad5545b5e7d521d58b38 (patch)
tree798407daf74fb5d6c4d95c370706dcb7cc4a3920 /sfx2/source/dialog
parent13bb0665fba0304a3c388608f2f786b022fc1b0f (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/dialog')
-rw-r--r--sfx2/source/dialog/alienwarn.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/dialog/alienwarn.cxx b/sfx2/source/dialog/alienwarn.cxx
index 7747380f17..5ed5569ea3 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();