diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-14 15:04:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-14 15:12:23 +0100 |
commit | efb658bc0d287a7c85cd90a339f72eddd4547fed (patch) | |
tree | d5a7907f51a4aab77954be94cbcfb5a39d37f5d1 /uui/source/ids.hrc | |
parent | 4334d80ee8ab0afa765de04959e2c3485f183612 (diff) |
FutureDocumentVersionProductUpdateRequest is never created
only extracted, so seeing as nothing inherits from it and
nothing creates another one, everything dependent on it
existing is dead code, which enables removing the
RID_DLG_NEWER_VERSION_WARNING dialog
Change-Id: I9515abdfeebbe60f6cd88a160524327d039403f6
Diffstat (limited to 'uui/source/ids.hrc')
-rw-r--r-- | uui/source/ids.hrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc index f73056ec268c..2050beee583b 100644 --- a/uui/source/ids.hrc +++ b/uui/source/ids.hrc @@ -57,7 +57,7 @@ #define STR_ALREADYOPEN_SAVE_MSG (RID_UUI_START + 50) #define STR_ALREADYOPEN_RETRY_SAVE_BTN (RID_UUI_START + 51) #define STR_ALREADYOPEN_SAVE_BTN (RID_UUI_START + 52) -#define RID_DLG_NEWER_VERSION_WARNING (RID_UUI_START + 53) + #define STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE (RID_UUI_START + 54) #define STR_WARNING_BROKENSIGNATURE_TITLE (RID_UUI_START + 55) #define STR_ENTER_PASSWORD_TO_OPEN (RID_UUI_START + 56) @@ -153,7 +153,6 @@ #define TITLE_UUI_SSLWARN_INVALID (ERRCODE_AREA_UUI_UNKNOWNAUTH + SSLWARN_TYPE_INVALID + 3) #define HID_DLG_FILTER_SELECT "UUI_HID_DLG_FILTER_SELECT" -#define HID_DLG_NEWERVERSIONWARNING "UUI_HID_DLG_NEWERVERSIONWARNING" #define HID_DLG_SIMPLE_NAME_CLASH "UUI_HID_DLG_SIMPLE_NAME_CLASH" |