diff options
Diffstat (limited to 'sc/inc/globstr.hrc')
-rw-r--r-- | sc/inc/globstr.hrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index b51897e999a5..9c98402c130a 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -705,7 +705,9 @@ #define STR_FUNCTIONS_FOUND 531 -#define SC_GLOBSTR_STR_COUNT 532 /**< the count of permanently resident strings */ +#define STR_FILTER_SELCOUNT 532 + +#define SC_GLOBSTR_STR_COUNT 533 /**< the count of permanently resident strings */ #endif |