summaryrefslogtreecommitdiff
path: root/sc/inc/subtotal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/subtotal.hxx')
-rw-r--r--sc/inc/subtotal.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/subtotal.hxx b/sc/inc/subtotal.hxx
index c7a890e2aeca..ee0f16ea95e1 100644
--- a/sc/inc/subtotal.hxx
+++ b/sc/inc/subtotal.hxx
@@ -30,7 +30,6 @@ public:
static bool SafeDiv( double& fVal1, double fVal2);
};
-
struct ScFunctionData // to calculate single functions
{
ScSubTotalFunc eFunc;
@@ -42,8 +41,6 @@ struct ScFunctionData // to calculate single functions
eFunc(eFn), nVal(0.0), nCount(0), bError(false) {}
};
-
#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */