sd/inc/glob.hrc | 2 -- sd/source/core/glob.src | 9 --------- 2 files changed, 11 deletions(-)
New commits: commit 8f93d4a159e599fe7191e7f7b8e52e2775fefdf5 Author: Stephan Bergmann <[email protected]> Date: Wed Nov 4 13:29:29 2015 +0100 STR_3DOBJECTBARSHELL, STR_FONTWORKOBJECTBARSHELL appear to be unused ...ever since they got introduced with 24862ad6ea4e8014c83d6d32535835a729f71695, 980c162657f425f9072fdb00b9fe2ac2092ee1b5 "INTEGRATION: CWS sj05: #i20484# adding autoshape ui" Change-Id: I672bf11310f0887efb501de437fe704bcc2551e0 diff --git a/sd/inc/glob.hrc b/sd/inc/glob.hrc index 23da9f7..70d7186 100644 --- a/sd/inc/glob.hrc +++ b/sd/inc/glob.hrc @@ -111,8 +111,6 @@ #define STR_SAVE_DOC RID_GLOB_START+100 #define STR_PREVIEWVIEWSHELL RID_GLOB_START+101 #define RID_SD_ERRHDL RID_GLOB_START+102 -#define STR_3DOBJECTBARSHELL RID_GLOB_START+104 -#define STR_FONTWORKOBJECTBARSHELL RID_GLOB_START+105 #define STR_PAGE_NAME RID_GLOB_START+111 #define STR_SLIDE_NAME RID_GLOB_START+112 diff --git a/sd/source/core/glob.src b/sd/source/core/glob.src index 1e25282..d3b3a71 100644 --- a/sd/source/core/glob.src +++ b/sd/source/core/glob.src @@ -356,15 +356,6 @@ Resource RID_SD_ERRHDL }; }; -String STR_3DOBJECTBARSHELL -{ - Text [ en-US ] = "3-D Settings" ; -}; -String STR_FONTWORKOBJECTBARSHELL -{ - Text [ en-US ] = "Fontwork" ; -}; - String STR_POOLSHEET_BANDED_CELL { Text [ en-US ] = "Banding cell" ; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
