summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dbnamdlg.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-05-17 14:22:38 +0000
committerDaniel Rentz <dr@openoffice.org>2001-05-17 14:22:38 +0000
commit05eaf8e8c081981d4df58eac4d852d26b6062d77 (patch)
treebec7c9be299de630e77490bc0d44785a020078ce /sc/source/ui/inc/dbnamdlg.hxx
parent8a7dec596a82a178c8b1dd2d35f98142e68b6991 (diff)
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/inc/dbnamdlg.hxx')
-rw-r--r--sc/source/ui/inc/dbnamdlg.hxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/sc/source/ui/inc/dbnamdlg.hxx b/sc/source/ui/inc/dbnamdlg.hxx
index f020e9f5ddf0..163136b94005 100644
--- a/sc/source/ui/inc/dbnamdlg.hxx
+++ b/sc/source/ui/inc/dbnamdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbnamdlg.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:58 $
+ * last change: $Author: dr $ $Date: 2001-05-17 15:18:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,10 +62,6 @@
#ifndef SC_DBNAMDLG_HXX
#define SC_DBNAMDLG_HXX
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
-#endif
-
#ifndef _COMBOBOX_HXX //autogen
#include <vcl/combobox.hxx>
#endif
@@ -110,13 +106,14 @@ public:
virtual BOOL Close();
private:
- GroupBox aGbName;
+ FixedLine aFlName;
ComboBox aEdName;
- GroupBox aGbAssign;
+ FixedLine aFlAssign;
ScRefEdit aEdAssign;
ScRefButton aRbAssign;
- GroupBox aGbOptions;
+
+ FixedLine aFlOptions;
CheckBox aBtnHeader;
CheckBox aBtnDoSize;
CheckBox aBtnKeepFmt;