summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/foptmgr.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-05-21 08:22:56 +0000
committerDaniel Rentz <dr@openoffice.org>2001-05-21 08:22:56 +0000
commitd67fae389a0f8fbf4060ddc2050b04d78b506100 (patch)
treedbe62c638fb4c55b506c6523b1c146041b86be26 /sc/source/ui/inc/foptmgr.hxx
parent0dc654207283ebaa94d9ac2ed3d6ae811faf9e2e (diff)
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/inc/foptmgr.hxx')
-rw-r--r--sc/source/ui/inc/foptmgr.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/sc/source/ui/inc/foptmgr.hxx b/sc/source/ui/inc/foptmgr.hxx
index 99d47d83d097..afd5c9ae32cd 100644
--- a/sc/source/ui/inc/foptmgr.hxx
+++ b/sc/source/ui/inc/foptmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: foptmgr.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-21 09:22:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,9 +62,6 @@
#ifndef SC_FOPTMGR_HXX
#define SC_FOPTMGR_HXX
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
-#endif
#ifndef _FIXED_HXX //autogen
#include <vcl/fixed.hxx>
#endif
@@ -108,7 +105,7 @@ public:
ScRefButton& refRbCopyArea,
FixedText& refFtDbAreaLabel,
FixedInfo& refFtDbArea,
- GroupBox& refGbOptions,
+ FixedLine& refFlOptions,
const String& refStrNoName,
const String& refStrUndefined );
~ScFilterOptionsMgr();
@@ -132,7 +129,7 @@ private:
ScRefButton& rRbCopyPos;
FixedText& rFtDbAreaLabel;
FixedInfo& rFtDbArea;
- GroupBox& rGbOptions;
+ FixedLine& rFlOptions;
const String& rStrNoName;
const String& rStrUndefined;