summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/pvfundlg.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-05-28 13:09:50 +0000
committerDaniel Rentz <dr@openoffice.org>2001-05-28 13:09:50 +0000
commitf5577a2bf6c9778fede8fb24ab005b571680ffbf (patch)
tree3fbf2297b8534730656ef356bc4f3eb1781327a0 /sc/source/ui/inc/pvfundlg.hxx
parent61668017718ee7f1df1e1dbc5945d9325ffdb98f (diff)
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/inc/pvfundlg.hxx')
-rw-r--r--sc/source/ui/inc/pvfundlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/pvfundlg.hxx b/sc/source/ui/inc/pvfundlg.hxx
index 0891464e1..2d0a0f3e0 100644
--- a/sc/source/ui/inc/pvfundlg.hxx
+++ b/sc/source/ui/inc/pvfundlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pvfundlg.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:00 $
+ * last change: $Author: dr $ $Date: 2001-05-28 14:06:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,8 +72,8 @@
#ifndef _STDCTRL_HXX //autogen
#include <svtools/stdctrl.hxx>
#endif
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
+#ifndef _FIXED_HXX //autogen
+#include <vcl/fixed.hxx>
#endif
#ifndef _LSTBOX_HXX //autogen
#include <vcl/lstbox.hxx>
@@ -101,11 +101,11 @@ public:
BOOL GetShowAll() const;
private:
+ FixedLine aFlFunc;
RadioButton aBtnNone;
RadioButton aBtnAuto;
RadioButton aBtnUser;
MultiListBox aLbFunc;
- GroupBox aGbFunc;
CheckBox aCbShowAll;
OKButton aBtnOk;
CancelButton aBtnCancel;