sc/inc/column.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fd948fd27356e703fffc7e46df0f0e3a22f57967
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Tue Feb 27 12:42:45 2024 +0000
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Tue Feb 27 20:48:51 2024 +0100

    save a few bytes per column
    
    Change-Id: Ia0f6dfdf671703476b9b068d1dbe9076689d0690
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164032
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 7b07f310b23e..306d7d28de3f 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -206,8 +206,8 @@ class ScColumn : protected ScColumnData
     // Sparklines
     sc::SparklineStoreType maSparklines;
 
-    std::size_t mnBlkCountFormula;
-    std::size_t mnBlkCountCellNotes;
+    sal_uInt32 mnBlkCountFormula;
+    sal_uInt32 mnBlkCountCellNotes;
 
     SCCOL           nCol;
     SCTAB           nTab;

Reply via email to