summaryrefslogtreecommitdiff
path: root/sc/inc/subtotal.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
commit716636d558e9cc9b910da6d127314d2b20cdf0b6 (patch)
treed266019c3c89a0649074f3290439d74010ec618c /sc/inc/subtotal.hxx
parentabda8e12d8cd23c2cd1bb870b097eddfdee38825 (diff)
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/inc/subtotal.hxx')
-rw-r--r--sc/inc/subtotal.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/inc/subtotal.hxx b/sc/inc/subtotal.hxx
index 27801d97c7a3..adc604151f35 100644
--- a/sc/inc/subtotal.hxx
+++ b/sc/inc/subtotal.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: subtotal.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -35,6 +35,7 @@
class SubTotal
{
+#if OLD_PIVOT_IMPLEMENTATION
private:
long nCount;
long nCount2;
@@ -62,6 +63,9 @@ public:
short Valid( USHORT nFunction ) const;
// return 0 => Fehler, -1 => kein Wert, 1 => ok
double Result( USHORT nFunction ) const;
+#endif
+public:
+
static BOOL SafePlus( double& fVal1, double fVal2);
static BOOL SafeMult( double& fVal1, double fVal2);
static BOOL SafeDiv( double& fVal1, double fVal2);