summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpstat.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/tpstat.hxx
parent4ff871636017d3459dfc89568579dae8aa4bada3 (diff)
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/inc/tpstat.hxx')
-rw-r--r--sc/source/ui/inc/tpstat.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/sc/source/ui/inc/tpstat.hxx b/sc/source/ui/inc/tpstat.hxx
index 5e5eb7f199df..d2aaf3e7e350 100644
--- a/sc/source/ui/inc/tpstat.hxx
+++ b/sc/source/ui/inc/tpstat.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpstat.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:01 $
+ * 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,10 +71,6 @@
#include <vcl/fixed.hxx>
#endif
-#ifndef _SV_GROUP_HXX //autogen
-#include <vcl/group.hxx>
-#endif
-
#ifndef _STDCTRL_HXX //autogen
#include <svtools/stdctrl.hxx>
#endif
@@ -97,14 +93,13 @@ protected:
virtual void Reset ( const SfxItemSet& rSet );
private:
+ FixedLine aFlInfo;
FixedText aFtTablesLbl;
FixedInfo aFtTables;
FixedText aFtCellsLbl;
FixedInfo aFtCells;
FixedText aFtPagesLbl;
FixedInfo aFtPages;
-
- GroupBox aGbInfo;
};