[Libreoffice-commits] core.git: sw/inc

Caolán McNamara caolanm at redhat.com
Fri Nov 27 03:09:36 PST 2015


 sw/inc/globals.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b33236bfd25333513823e69fac1bc833ee4b5f6e
Author: Caolán McNamara <caolanm at redhat.com>
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 <caolanm at redhat.com>
    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)
 


More information about the Libreoffice-commits mailing list