From 3d1856f3fea58b97618ee7bd1ccdcbbbebbb467a Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 22 Jul 2008 06:45:14 +0000 Subject: [PATCH] INTEGRATION: CWS pba11y01 (1.7.70); FILE MERGED 2008/06/24 05:09:53 pb 1.7.70.1: fix: #i73576# new order: infotext behind the buttons --- sfx2/source/inc/alienwarn.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sfx2/source/inc/alienwarn.hxx b/sfx2/source/inc/alienwarn.hxx index 930132c28a45..20dd3e5cc300 100644 --- a/sfx2/source/inc/alienwarn.hxx +++ b/sfx2/source/inc/alienwarn.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: alienwarn.hxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -40,13 +40,13 @@ class SfxAlienWarningDialog : public SfxModalDialog { private: - FixedImage m_aQueryImage; - FixedText m_aInfoText; OKButton m_aKeepCurrentBtn; CancelButton m_aSaveODFBtn; HelpButton m_aMoreInfoBtn; FixedLine m_aOptionLine; CheckBox m_aWarningOnBox; + FixedImage m_aQueryImage; + FixedText m_aInfoText; void InitSize();