diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-03-02 07:48:42 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-03-02 08:37:22 +0000 |
commit | 31a503a0a10aea0489ac2ebe5abd745f37e6402b (patch) | |
tree | 5df8edfcd907b669a962eb63a4d3c15c7eebfb59 /sc | |
parent | 34794e122fb4570376e712a7a356fc41620a46c7 (diff) |
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.mehrbrodt@allotropia.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/ViewSettingsSequenceDefines.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |