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
This commit is contained in:
Oliver Bolte
2008-07-22 06:45:14 +00:00
parent 614f7d903e
commit 3d1856f3fe

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: alienwarn.hxx,v $ * $RCSfile: alienwarn.hxx,v $
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
@@ -40,13 +40,13 @@
class SfxAlienWarningDialog : public SfxModalDialog class SfxAlienWarningDialog : public SfxModalDialog
{ {
private: private:
FixedImage m_aQueryImage;
FixedText m_aInfoText;
OKButton m_aKeepCurrentBtn; OKButton m_aKeepCurrentBtn;
CancelButton m_aSaveODFBtn; CancelButton m_aSaveODFBtn;
HelpButton m_aMoreInfoBtn; HelpButton m_aMoreInfoBtn;
FixedLine m_aOptionLine; FixedLine m_aOptionLine;
CheckBox m_aWarningOnBox; CheckBox m_aWarningOnBox;
FixedImage m_aQueryImage;
FixedText m_aInfoText;
void InitSize(); void InitSize();