diff options
author | Eike Rathke <erack@redhat.com> | 2018-12-13 19:26:22 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-12-14 00:05:10 +0100 |
commit | d9aaa26a4efbe7c69254ecc5f00b997f237686e9 (patch) | |
tree | 549fa984a4006d6d083cd3a12a2fbde873b64016 /sc/inc/column.hxx | |
parent | 4786a09e7c41c5dc21732b2e0c74c2984c40c9b5 (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/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index b1e890a6347c..7e12cf4eda46 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -85,7 +85,7 @@ class ScStyleSheet; class SvtBroadcaster; class ScTypedStrData; class ScProgress; -struct ScFunctionData; +class ScFunctionData; class ScFlatBoolRowSegments; struct ScSetStringParam; struct ScColWidthParam; |