diff options
author | Dennis Francis <dennisfrancis.in@gmail.com> | 2015-11-24 01:34:47 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-01-21 20:48:07 +0000 |
commit | 3536fe8f4cdbacf5702e743407f34d918b6f4d38 (patch) | |
tree | 24ae7b9048003baadd5408db08662cbcd8782895 /sc/inc/globstr.hrc | |
parent | eb3ee586e420ee4e38f9ef8c579e1a37d2dc0c10 (diff) |
tdf#34873 : Show autofilter row count in status bar
Change-Id: I91aa637d654c1f4d828832f2e43ad21f03036ad0
Reviewed-on: https://gerrit.libreoffice.org/20134
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
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 |