From d9aaa26a4efbe7c69254ecc5f00b997f237686e9 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 13 Dec 2018 19:26:22 +0100 Subject: 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 --- sc/inc/table.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/table.hxx') 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; -- cgit