sc/inc/globstr.hrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit 62f899619a680d729bdc4f1d8426a00107aa2c4c Author: Samuel Mehrbrodt <[email protected]> AuthorDate: Thu Sep 13 09:51:26 2018 +0200 Commit: Samuel Mehrbrodt <[email protected]> CommitDate: Thu Sep 13 09:51:26 2018 +0200 Fix duplicate string identifier Change-Id: I42fc07ad591455afc635fef6eaf947a209709d0e diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 7a6827a1147d..58aba6efd7ef 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -349,7 +349,6 @@ #define STR_UNDO_CHARTDATA 261 #define STR_UNDO_ORIGINALSIZE 262 -#define STR_UNDO_FITCELLSIZE 263 #define STR_LINKERROR 263 #define STR_LINKERRORFILE 264 @@ -709,7 +708,9 @@ #define STR_FILTER_SELCOUNT 533 -#define SC_GLOBSTR_STR_COUNT 534 /**< the count of permanently resident strings */ +#define STR_UNDO_FITCELLSIZE 534 + +#define SC_GLOBSTR_STR_COUNT 535 /**< the count of permanently resident strings */ #endif _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
