summaryrefslogtreecommitdiff
path: root/sc/inc/subtotal.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-12-13 17:13:37 +0100
committerEike Rathke <erack@redhat.com>2018-12-13 21:26:26 +0100
commit775d93cdbf936563f0387e1fca91abc25471838b (patch)
treeb2ec3f83dd1cb30b718d0bef000396041e627eaf /sc/inc/subtotal.hxx
parente3e15d8c625cbf56e1f03d9ebde966e78844c7a4 (diff)
Use ScFunctionData::update() and getResult() instead of direct member access
So we can start to bundle everything in one place. Change-Id: I5df76bfae0e1bd5e8923b0012c1337e3a7f14db8 Reviewed-on: https://gerrit.libreoffice.org/65122 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/subtotal.hxx')
-rw-r--r--sc/inc/subtotal.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/subtotal.hxx b/sc/inc/subtotal.hxx
index 441e2e18c0d3..2c1db3ca2264 100644
--- a/sc/inc/subtotal.hxx
+++ b/sc/inc/subtotal.hxx
@@ -52,9 +52,11 @@ private:
struct ScFunctionData // to calculate single functions
{
+private:
WelfordRunner maWelford;
double nVal;
sal_uInt64 nCount;
+public:
ScSubTotalFunc const eFunc;
bool bError;