summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/scuiimoptdlg.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:05:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:05:00 +0000
commit620bf3001d9b405109d01341b317d4010d972d8a (patch)
treeadff7ce861e40b5c787f6026a8b38e0184bb4ed5 /sc/source/ui/dbgui/scuiimoptdlg.cxx
parent12c4681e9056124cd4068e0417b08ffdfe33cca0 (diff)
INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED
2007/02/19 16:03:44 nn 1.6.110.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/12 17:03:09 nn 1.6.110.1: #i69284# warning-free: ui, unxlngi6
Diffstat (limited to 'sc/source/ui/dbgui/scuiimoptdlg.cxx')
-rw-r--r--sc/source/ui/dbgui/scuiimoptdlg.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/dbgui/scuiimoptdlg.cxx b/sc/source/ui/dbgui/scuiimoptdlg.cxx
index b2afdfe09b51..86ef2e2d05b7 100644
--- a/sc/source/ui/dbgui/scuiimoptdlg.cxx
+++ b/sc/source/ui/dbgui/scuiimoptdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: scuiimoptdlg.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2007-01-25 11:07:01 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:05:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -136,17 +136,17 @@ ScImportOptionsDlg::ScImportOptionsDlg(
BOOL bImport )
: ModalDialog ( pParent, ScResId( RID_SCDLG_IMPORTOPT ) ),
- aBtnOk ( this, ScResId( BTN_OK ) ),
- aBtnCancel ( this, ScResId( BTN_CANCEL ) ),
- aBtnHelp ( this, ScResId( BTN_HELP ) ),
+ aFlFieldOpt ( this, ScResId( FL_FIELDOPT ) ),
+ aFtFont ( this, ScResId( FT_FONT ) ),
+ aLbFont ( this, ScResId( bAscii ? DDLB_FONT : LB_FONT ) ),
aFtFieldSep ( this, ScResId( FT_FIELDSEP ) ),
aEdFieldSep ( this, ScResId( ED_FIELDSEP ) ),
aFtTextSep ( this, ScResId( FT_TEXTSEP ) ),
aEdTextSep ( this, ScResId( ED_TEXTSEP ) ),
- aFtFont ( this, ScResId( FT_FONT ) ),
- aLbFont ( this, ScResId( bAscii ? DDLB_FONT : LB_FONT ) ),
- aFlFieldOpt ( this, ScResId( FL_FIELDOPT ) ),
aCbFixed ( this, ScResId( CB_FIXEDWIDTH ) ),
+ aBtnOk ( this, ScResId( BTN_OK ) ),
+ aBtnCancel ( this, ScResId( BTN_CANCEL ) ),
+ aBtnHelp ( this, ScResId( BTN_HELP ) ),
aCbShown ( this, ScResId( CB_SAVESHOWN ) )
{
// im Ctor-Initializer nicht moeglich (MSC kann das nicht):