diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:04:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:04:37 +0000 |
commit | 203d2698bcf03e0d05fd46c1f5d32d878d19560f (patch) | |
tree | 6ccbff9ed9103a9451be440bf824cc8d51c14617 | |
parent | d1e47098f69354b306ebbadec753c7f3fc120376 (diff) |
INTEGRATION: CWS calcwarnings (1.13.110); FILE MERGED
2006/12/12 17:03:09 nn 1.13.110.1: #i69284# warning-free: ui, unxlngi6
-rw-r--r-- | sc/source/ui/dbgui/scendlg.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/dbgui/scendlg.cxx b/sc/source/ui/dbgui/scendlg.cxx index a1559c4fd027..40f1207f046a 100644 --- a/sc/source/ui/dbgui/scendlg.cxx +++ b/sc/source/ui/dbgui/scendlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: scendlg.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2006-07-21 13:27:48 $ + * last change: $Author: vg $ $Date: 2007-02-27 13:04:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -65,11 +65,11 @@ ScNewScenarioDlg::ScNewScenarioDlg( Window* pParent, const String& rName, BOOL bEdit, BOOL bSheetProtected) : ModalDialog ( pParent, ScResId( RID_SCDLG_NEWSCENARIO ) ), - aBtnOk ( this, ScResId( BTN_OK ) ), - aBtnCancel ( this, ScResId( BTN_CANCEL ) ), - aBtnHelp ( this, ScResId( BTN_HELP ) ), + aFlName ( this, ResId( FL_NAME )), aEdName ( this, ScResId( ED_NAME ) ), + aFlComment ( this, ResId( FL_COMMENT ) ), aEdComment ( this, ScResId( ED_COMMENT ) ), + aFlOptions ( this, ResId( FL_OPTIONS ) ), aCbShowFrame ( this, ResId( CB_SHOWFRAME ) ), aLbColor ( this, ResId( LB_COLOR ) ), //aCbPrintFrame ( this, ResId( CB_PRINTFRAME ) ), @@ -78,9 +78,9 @@ ScNewScenarioDlg::ScNewScenarioDlg( Window* pParent, const String& rName, BOOL b //aCbValue ( this, ResId( CB_VALUE ) ), aCbCopyAll ( this, ResId( CB_COPYALL ) ), aCbProtect ( this, ResId( CB_PROTECT ) ), - aFlName ( this, ResId( FL_NAME )), - aFlComment ( this, ResId( FL_COMMENT ) ), - aFlOptions ( this, ResId( FL_OPTIONS ) ), + aBtnOk ( this, ScResId( BTN_OK ) ), + aBtnCancel ( this, ScResId( BTN_CANCEL ) ), + aBtnHelp ( this, ScResId( BTN_HELP ) ), aDefScenarioName( rName ), bIsEdit ( bEdit ) { |