summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dialog
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-27 09:12:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-27 14:17:45 +0200
commit847462f75dc7bb59795aad7664d0b065a3fce866 (patch)
tree93f949c8524a00830a5ecff12216ee52e596dab7 /sw/source/uibase/dialog
parentf368499b9bcc05eb70aae9914c1760d00b86a2f9 (diff)
remove sw bitmaps from .src files
Change-Id: I9ccd69662f9d3a77d1921b3433b0e2f541960a90 Reviewed-on: https://gerrit.libreoffice.org/37020 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/dialog')
-rw-r--r--sw/source/uibase/dialog/regionsw.hrc5
-rw-r--r--sw/source/uibase/dialog/regionsw.src20
2 files changed, 0 insertions, 25 deletions
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?" ;