summaryrefslogtreecommitdiff
path: root/sc/inc/subtotal.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:47 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:10 +0200
commit37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch)
tree060cf0aafda3f205b3e12508465a5403826d014d /sc/inc/subtotal.hxx
parented6b8a100c1aabb342573f252509573bbe124d29 (diff)
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
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: */