diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:34:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:34:46 +0000 |
commit | e7a3e7ecf131dc697ddfb517b28a077366a05a73 (patch) | |
tree | eaeab3c29bd692a5d07fbab2b7bcf5c4275b93e0 /sfx2/source/inc/alienwarn.hxx | |
parent | 136480cc6c83a9cb0b2b2950656eb21f4af2a682 (diff) |
INTEGRATION: CWS odfversion12_DEV300 (1.5.182); FILE MERGED
2008/03/03 16:27:24 pb 1.5.182.1: fix: #i86649# controls renamed
Diffstat (limited to 'sfx2/source/inc/alienwarn.hxx')
-rw-r--r-- | sfx2/source/inc/alienwarn.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/inc/alienwarn.hxx b/sfx2/source/inc/alienwarn.hxx index 05261c7a4d80..5117301a7c26 100644 --- a/sfx2/source/inc/alienwarn.hxx +++ b/sfx2/source/inc/alienwarn.hxx @@ -4,9 +4,9 @@ * * $RCSfile: alienwarn.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2007-06-27 23:25:56 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:34:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,11 +49,11 @@ class SfxAlienWarningDialog : public SfxModalDialog private: FixedImage m_aQueryImage; FixedText m_aInfoText; - OKButton m_aYesBtn; - CancelButton m_aNoBtn; + OKButton m_aKeepCurrentBtn; + CancelButton m_aSaveODFBtn; HelpButton m_aMoreInfoBtn; FixedLine m_aOptionLine; - CheckBox m_aWarningOffBox; + CheckBox m_aWarningOnBox; void InitSize(); |