summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpcalc.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-03 10:37:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-03 10:37:37 +0000
commit02edfe1002920ef584eaccf6fdac893027ea999f (patch)
treed9c7a35bc0320adfdc754632503551deb86762ea /sc/source/ui/inc/tpcalc.hxx
parent63b8214b234229f48e4a6509eee061ddc16bc733 (diff)
INTEGRATION: CWS grouping (1.5.428); FILE MERGED
2004/07/05 17:24:54 dr 1.5.428.1: #i25110# DataPilot grouping dialogs
Diffstat (limited to 'sc/source/ui/inc/tpcalc.hxx')
-rw-r--r--sc/source/ui/inc/tpcalc.hxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/sc/source/ui/inc/tpcalc.hxx b/sc/source/ui/inc/tpcalc.hxx
index b8d84ee2a6c4..400f09271a13 100644
--- a/sc/source/ui/inc/tpcalc.hxx
+++ b/sc/source/ui/inc/tpcalc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpcalc.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: er $ $Date: 2001-05-16 10:51:16 $
+ * last change: $Author: hr $ $Date: 2004-08-03 11:37:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,6 +83,9 @@
#include <svtools/stdctrl.hxx>
#endif
+#ifndef SC_EDITFIELD_HXX
+#include "editfield.hxx"
+#endif
//===================================================================
@@ -109,7 +112,7 @@ private:
FixedText aFtSteps;
NumericField aEdSteps;
FixedText aFtEps;
- Edit aEdEps;
+ ScDoubleField aEdEps;
FixedLine aSeparatorFL;
FixedLine aGbDate;
@@ -127,8 +130,6 @@ private:
FixedText aFtPrec;
NumericField aEdPrec;
- String aDecSep;
-
ScDocOptions* pOldOptions;
ScDocOptions* pLocalOptions;
USHORT nWhichCalc;
@@ -136,8 +137,6 @@ private:
#ifdef _TPCALC_CXX
private:
void Init();
- BOOL CheckEps();
- BOOL GetEps( double& rEps );
//------------------------------------
// Handler: