diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-05-23 16:54:32 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-05-23 16:54:32 +0000 |
commit | 9a076261aa2b597cfddd3372b36419d8a728e2bc (patch) | |
tree | 9ab3ea71d6966657b630f5c9bc8e0d69b4f015bf /sc/source/ui/inc/consdlg.hxx | |
parent | ca693666e3d18ce14bd67d0ada8c6b323fce48cf (diff) |
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/inc/consdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/consdlg.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sc/source/ui/inc/consdlg.hxx b/sc/source/ui/inc/consdlg.hxx index 8408feac1fb1..e4a6b8beddb8 100644 --- a/sc/source/ui/inc/consdlg.hxx +++ b/sc/source/ui/inc/consdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: consdlg.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:57 $ + * last change: $Author: dr $ $Date: 2001-05-23 17:54:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,18 +125,20 @@ private: ScRefEdit aEdDestArea; ScRefButton aRbDestArea; + FixedLine aFlConsBy; CheckBox aBtnByRow; CheckBox aBtnByCol; - GroupBox aGbConsBy; + FixedLine aFlSep; + FixedLine aFlOptions; CheckBox aBtnRefs; OKButton aBtnOk; CancelButton aBtnCancel; HelpButton aBtnHelp; - MoreButton aBtnMore; PushButton aBtnAdd; PushButton aBtnRemove; + MoreButton aBtnMore; String aStrUndefined; |