sc/inc/ViewSettingsSequenceDefines.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 31a503a0a10aea0489ac2ebe5abd745f37e6402b
Author:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
AuthorDate: Thu Mar 2 07:48:42 2023 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Thu Mar 2 08:37:22 2023 +0000

    Fix viewsettings count
    
    Was missed in d0cacf09a1105d89bf3df84b18623d790e3aeb82
    
    Change-Id: I43c1c9b595a8fc8e2982027093695556e182074e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148081
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>

diff --git a/sc/inc/ViewSettingsSequenceDefines.hxx 
b/sc/inc/ViewSettingsSequenceDefines.hxx
index 7fd754a07b6d..f22c4df5e05b 100644
--- a/sc/inc/ViewSettingsSequenceDefines.hxx
+++ b/sc/inc/ViewSettingsSequenceDefines.hxx
@@ -24,7 +24,7 @@
 // this are the defines for the position of the settings in the
 // ViewSettingsSequence
 
-#define SC_VIEWSETTINGS_COUNT               24
+#define SC_VIEWSETTINGS_COUNT               25
 
 #define SC_VIEW_ID                          0
 #define SC_TABLE_VIEWSETTINGS               1

Reply via email to