summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/dialog.hrc5
-rw-r--r--sw/source/ui/dialog/dialog.src8
2 files changed, 0 insertions, 13 deletions
diff --git a/sw/inc/dialog.hrc b/sw/inc/dialog.hrc
index f65b7f9f9830..be48ffc75804 100644
--- a/sw/inc/dialog.hrc
+++ b/sw/inc/dialog.hrc
@@ -34,11 +34,6 @@
#define STR_CLOSELINKMSG (RC_DIALOG_BEGIN + 3)
#define STR_PATH_NOT_FOUND (RC_DIALOG_BEGIN + 4)
-// Controls *****************************************************************
-
-#define CB_USE_PASSWD (RC_DIALOG_BEGIN )
-#define CB_READ_ONLY (RC_DIALOG_BEGIN + 1)
-
// Bereiche *****************************************************************
#define RC_REGIONSW_BEGIN (RC_DIALOG_BEGIN + 60)
diff --git a/sw/source/ui/dialog/dialog.src b/sw/source/ui/dialog/dialog.src
index 80e0d4fb23e1..9d7804da8d5f 100644
--- a/sw/source/ui/dialog/dialog.src
+++ b/sw/source/ui/dialog/dialog.src
@@ -18,14 +18,6 @@
*/
#include "dialog.hrc"
-CheckBox CB_USE_PASSWD
-{
- Text [ en-US ] = "~Password" ;
-};
-CheckBox CB_READ_ONLY
-{
- Text [ en-US ] = "~Read-only" ;
-};
String STR_LINKEDIT_TEXT
{
Text [ en-US ] = "Edit links" ;