summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-12-13 19:26:22 +0100
committerEike Rathke <erack@redhat.com>2018-12-14 00:05:10 +0100
commitd9aaa26a4efbe7c69254ecc5f00b997f237686e9 (patch)
tree549fa984a4006d6d083cd3a12a2fbde873b64016 /sc/inc/table.hxx
parent4786a09e7c41c5dc21732b2e0c74c2984c40c9b5 (diff)
Encapsulate ScFunctionData members and abuse WelfordRunner members
... to squeeze some memory and later use this as a mass object during consolidation. Change-Id: I3f0aa03ec0bbbb4c64a4854b55a451dd3cacfa90 Reviewed-on: https://gerrit.libreoffice.org/65124 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 64bf2bd95b2c..e26ae0ae7a40 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -99,7 +99,7 @@ class ScStyleSheet;
class ScTableProtection;
class ScUserListData;
struct RowInfo;
-struct ScFunctionData;
+class ScFunctionData;
class CollatorWrapper;
class ScFlatUInt16RowSegments;
class ScFlatBoolRowSegments;