diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-09 10:22:32 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-09 18:12:14 +0200 |
commit | 273ed07a5779da84a3c7055866139bd422559818 (patch) | |
tree | b98412eecbddbd78cb0117b429dcb6068d05c875 /uui | |
parent | 1c5c0e48a3cbff0460fcfb4d09a866e5a9e5bbc1 (diff) |
remove unused resource ids
Change-Id: I3971ecc7dc0c3faf8dd1ed63adc08a6e18dc2964
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/ids.hrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc index 5708eb5b647a..f73056ec268c 100644 --- a/uui/source/ids.hrc +++ b/uui/source/ids.hrc @@ -25,7 +25,6 @@ #define RID_KEEP_PASSWORD (RID_UUI_START + 0) #define RID_SAVE_PASSWORD (RID_UUI_START + 1) -#define DLG_UUI_LOGIN (RID_UUI_START + 2) #define DLG_FILTER_SELECT (RID_UUI_START + 10) #define DLG_SIMPLE_NAME_CLASH (RID_UUI_START + 13) #define STR_ERROR_PASSWORDS_NOT_IDENTICAL (RID_UUI_START + 13) @@ -33,7 +32,6 @@ // RID_UUI_START + 15, 16, 17 are misused by syncaccess/source/ui/resids.hrc #define RID_UUI_ERRHDL (RID_UUI_START + 20) -#define DLG_UUI_MASTERPASSWORD_CRT (RID_UUI_START + 21) #define STR_ERROR_SIMPLE_PASSWORD_WRONG (RID_UUI_START + 23) #define STR_ERROR_PASSWORD_TO_OPEN_WRONG (RID_UUI_START + 24) #define STR_ERROR_PASSWORD_TO_MODIFY_WRONG (RID_UUI_START + 25) |