From 847462f75dc7bb59795aad7664d0b065a3fce866 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 27 Apr 2017 09:12:17 +0100 Subject: remove sw bitmaps from .src files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9ccd69662f9d3a77d1921b3433b0e2f541960a90 Reviewed-on: https://gerrit.libreoffice.org/37020 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/source/uibase/dialog/regionsw.hrc | 5 ----- sw/source/uibase/dialog/regionsw.src | 20 -------------------- 2 files changed, 25 deletions(-) (limited to 'sw/source/uibase/dialog') diff --git a/sw/source/uibase/dialog/regionsw.hrc b/sw/source/uibase/dialog/regionsw.hrc index 2e49eb26ef7c..fba4caf793c2 100644 --- a/sw/source/uibase/dialog/regionsw.hrc +++ b/sw/source/uibase/dialog/regionsw.hrc @@ -27,11 +27,6 @@ #define STR_WRONG_PASSWORD (RC_REGIONSW_BEGIN+11) #define STR_WRONG_PASSWD_REPEAT (RC_REGIONSW_BEGIN+12) -#define RID_BMP_HIDE (RC_REGIONSW_BEGIN+13) -#define RID_BMP_NO_HIDE (RC_REGIONSW_BEGIN+14) -#define RID_BMP_PROT_HIDE (RC_REGIONSW_BEGIN+15) -#define RID_BMP_PROT_NO_HIDE (RC_REGIONSW_BEGIN+16) - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/source/uibase/dialog/regionsw.src b/sw/source/uibase/dialog/regionsw.src index ea0eb0b13e75..5692e71cb70a 100644 --- a/sw/source/uibase/dialog/regionsw.src +++ b/sw/source/uibase/dialog/regionsw.src @@ -22,26 +22,6 @@ #include "globals.hrc" #include "helpid.h" -Bitmap RID_BMP_HIDE -{ - File = "re01.png"; -}; - -Bitmap RID_BMP_NO_HIDE -{ - File = "re02.png"; -}; - -Bitmap RID_BMP_PROT_HIDE -{ - File = "re03.png"; -}; - -Bitmap RID_BMP_PROT_NO_HIDE -{ - File = "re04.png"; -}; - String STR_QUERY_CONNECT { Text[ en-US ] = "A file connection will delete the contents of the current section. Connect anyway?" ; -- cgit