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

New commits:
commit f1306e1d0f52716cf44a9052654af4133fa2c6eb
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Wed Mar 8 12:53:15 2023 +0100
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Wed Mar 8 14:18:20 2023 +0000

    Fix to SC_VIEWSETTINGS_COUNT
    
    Missed in I8f3e368d4fdad362b819b4ce2fd6b0c32b5c1c0f
    
    Change-Id: Ibb744c0c853813e379eca8558fa114d403a4f494
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148468
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/sc/inc/ViewSettingsSequenceDefines.hxx 
b/sc/inc/ViewSettingsSequenceDefines.hxx
index 501a87cc1854..bf8fbfa0729a 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               25
+#define SC_VIEWSETTINGS_COUNT               26
 
 #define SC_VIEW_ID                          0
 #define SC_TABLE_VIEWSETTINGS               1

Reply via email to