diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-05-25 09:45:47 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-05-25 09:45:47 +0000 |
commit | 8ecca7c32716c528c212a9f1e53f2ec5f1e031f2 (patch) | |
tree | bdf2e0312338d8606ae0f1355a84f3322a03ee7e /sc/source/ui/inc/groupdlg.hxx | |
parent | 59c3a5c43a51b0705a450490210d743a87a87828 (diff) |
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/inc/groupdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/groupdlg.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/groupdlg.hxx b/sc/source/ui/inc/groupdlg.hxx index c259bc4708f1..e4ebbecad922 100644 --- a/sc/source/ui/inc/groupdlg.hxx +++ b/sc/source/ui/inc/groupdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: groupdlg.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:59 $ + * last change: $Author: dr $ $Date: 2001-05-25 10:45:13 $ * * 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 //------------------------------------------------------------------------ @@ -90,9 +90,9 @@ public: BOOL GetColsChecked() const; private: + FixedLine aFlFrame; RadioButton aBtnRows; RadioButton aBtnCols; - GroupBox aGbFrame; OKButton aBtnOk; CancelButton aBtnCancel; HelpButton aBtnHelp; |