diff options
-rw-r--r-- | sfx2/source/inc/alienwarn.hxx | 6 |
1 files 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(); |