summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/asciiopt.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-05-30 12:33:54 +0000
committerDaniel Rentz <dr@openoffice.org>2001-05-30 12:33:54 +0000
commit69435eb1578f5bc6f091a0910e6617534b865010 (patch)
tree1bf012b9946f6fbfb98df664703b0a3591b952a6 /sc/source/ui/inc/asciiopt.hxx
parent4ff871636017d3459dfc89568579dae8aa4bada3 (diff)
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/inc/asciiopt.hxx')
-rw-r--r--sc/source/ui/inc/asciiopt.hxx18
1 files changed, 7 insertions, 11 deletions
diff --git a/sc/source/ui/inc/asciiopt.hxx b/sc/source/ui/inc/asciiopt.hxx
index ca0a5325f140..81b25e7996b6 100644
--- a/sc/source/ui/inc/asciiopt.hxx
+++ b/sc/source/ui/inc/asciiopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: asciiopt.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: er $ $Date: 2000-12-22 01:23:13 $
+ * last change: $Author: dr $ $Date: 2001-05-30 13:33:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,9 +78,6 @@
#ifndef _LSTBOX_HXX //autogen
#include <vcl/lstbox.hxx>
#endif
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
-#endif
#ifndef _COMBOBOX_HXX //autogen
#include <vcl/combobox.hxx>
#endif
@@ -119,7 +116,7 @@
#define SC_COL_SKIP 9
#define SC_COL_ENGLISH 10
-#define SC_ASCIIOPT_PREVIEW_LINES 5 // Anzahl Preview Lines
+#define SC_ASCIIOPT_PREVIEW_LINES 6 // Anzahl Preview Lines
// Import-Optionen
@@ -188,6 +185,7 @@ class ScImportAsciiDlg : public ModalDialog
BOOL bVFlag;
+ FixedLine aFlFieldOpt;
FixedText aFtCharSet;
SvxTextEncodingBox aLbCharSet;
BOOL bCharSetSystem;
@@ -195,6 +193,7 @@ class ScImportAsciiDlg : public ModalDialog
FixedText aFtRow;
NumericField aNfRow;
+ FixedLine aFlSepOpt;
RadioButton aRbFixed;
RadioButton aRbSeparated;
@@ -208,16 +207,13 @@ class ScImportAsciiDlg : public ModalDialog
FixedText aFtTextSep;
ComboBox aCbTextSep;
- ScTableWithRuler aTableBox;
+ FixedLine aFlWidth;
FixedText aFtType;
ListBox aLbType;
+ ScTableWithRuler aTableBox;
ScrollBar aScrollbar;
ScrollBar aVScroll;
- GroupBox aGbSepOpt;
- GroupBox aGbFieldOpt;
- GroupBox aGbWidth;
-
OKButton aBtnOk;
CancelButton aBtnCancel;
HelpButton aBtnHelp;