summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/crdlg.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/crdlg.hxx
parent4ff871636017d3459dfc89568579dae8aa4bada3 (diff)
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/inc/crdlg.hxx')
-rw-r--r--sc/source/ui/inc/crdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/crdlg.hxx b/sc/source/ui/inc/crdlg.hxx
index 521a88d58e04..148012545301 100644
--- a/sc/source/ui/inc/crdlg.hxx
+++ b/sc/source/ui/inc/crdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: crdlg.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-30 13:33:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,8 +71,8 @@
#include <vcl/imagebtn.hxx>
#endif
-#ifndef _SV_GROUP_HXX //autogen
-#include <vcl/group.hxx>
+#ifndef _SV_FIXED_HXX //autogen
+#include <vcl/fixed.hxx>
#endif
@@ -91,9 +91,9 @@ public:
~ScColOrRowDlg();
private:
+ FixedLine aFlFrame;
RadioButton aBtnRows;
RadioButton aBtnCols;
- GroupBox aGbFrame;
OKButton aBtnOk;
CancelButton aBtnCancel;
HelpButton aBtnHelp;