diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-17 12:35:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-20 06:54:49 +0000 |
commit | 4307643b2fa1f2cdc2bf087ab2285a8557d61bec (patch) | |
tree | d69120f515bfc4c90dcd00612a3263f2de67d9f5 /uui | |
parent | e604ddfd1196c877ddce603dca15f9a5228497e0 (diff) |
remove unused defines from HRC files in misc(2)
Change-Id: I6d27c03925e7756022c3e343c0873c4dd1dd90dc
Reviewed-on: https://gerrit.libreoffice.org/35324
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/ids.hrc | 1 | ||||
-rw-r--r-- | uui/source/ids.src | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc index e70c7a84300d..d345b2418cb5 100644 --- a/uui/source/ids.hrc +++ b/uui/source/ids.hrc @@ -57,7 +57,6 @@ #define STR_ALREADYOPEN_SAVE_BTN (RID_UUI_START + 52) #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) #define STR_ENTER_PASSWORD_TO_MODIFY (RID_UUI_START + 57) #define STR_RENAME_OR_REPLACE (RID_UUI_START + 58) diff --git a/uui/source/ids.src b/uui/source/ids.src index b5e5f37d56f6..f775a4c8f013 100644 --- a/uui/source/ids.src +++ b/uui/source/ids.src @@ -31,11 +31,6 @@ String RID_SAVE_PASSWORD Text [ en-US ] = "~Remember password"; }; -String STR_WARNING_BROKENSIGNATURE_TITLE -{ - Text [ en-US ] = "Invalid Document Signature" ; -}; - String STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE { Text [ en-US ] = "Non-Encrypted Streams" ; |