From 67868423378130c0e88eed99a6921e81fe94352c Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Tue, 7 Jun 2016 10:52:25 +0300 Subject: Move accessibility relations to .ui files, Part 8: tdf#87026 By removing unnecessary variables/strings/function calls, and making proper changes in the related .ui files. Change-Id: I04244b360b4bb32ccbbe5bde4756a9166ae1fcaf Reviewed-on: https://gerrit.libreoffice.org/26018 Tested-by: Jenkins Reviewed-by: Katarina Behrens --- include/sfx2/sfx.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sfx2/sfx.hrc b/include/sfx2/sfx.hrc index 5145f5d1ac1b..82a9e757bc54 100644 --- a/include/sfx2/sfx.hrc +++ b/include/sfx2/sfx.hrc @@ -139,7 +139,7 @@ #define STR_ERRUNOEVENTBINDUNG (RID_SFX_START+119) #define STR_SHARED (RID_SFX_START+120) #define RID_XMLSEC_DOCUMENTSIGNED (RID_SFX_START+121) -#define STR_PASSWD (RID_SFX_START+122) +// Here is a gap, STR_PASSWORD was removed RID_SFX_START+122 #define STR_PASSWD_EMPTY (RID_SFX_START+123) #define STR_PASSWD_MIN_LEN (RID_SFX_START+124) #define STR_NONCHECKEDOUT_DOCUMENT (RID_SFX_START+125) -- cgit