sw/inc/globals.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b33236bfd25333513823e69fac1bc833ee4b5f6e Author: Caolán McNamara <[email protected]> Date: Thu Nov 26 11:56:55 2015 +0000 missing string resource content.cxx loops over CONTEXT_COUNT so there can't be holes here regression from commit 63aa32b726e482c49b2aaae9cad8a7beae3653a4 Author: Caolán McNamara <[email protected]> Date: Mon Sep 28 17:05:40 2015 +0100 move strings out of widget Change-Id: Ie189e2a910e02a96bc8e1450a2f2b03afaf466ac diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index d89291e..0335de1 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -101,7 +101,7 @@ #define STR_HIDDEN (STR_STATUS_FIRST + 0) #define STR_ACTIVE (STR_STATUS_FIRST + 1) #define STR_INACTIVE (STR_STATUS_FIRST + 2) -#define STR_MISC (RC_GLOBALS_BEGIN + 63) +#define STR_MISC (RC_GLOBALS_BEGIN + 62) #define STR_EDIT_ENTRY STR_MISC #define STR_DELETE_ENTRY (STR_MISC + 1)
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
