diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-25 13:39:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-25 14:54:03 +0000 |
commit | 8c041824b67caa53d3f7f96803b7a69ced6614b5 (patch) | |
tree | 132a39fb17b2c892f6d564b04034a009c76fd540 /sfx2 | |
parent | 83078214196b071cf1d8e5796803b6ebc1bc9de4 (diff) |
all these ids and their associated resources were unnecessary
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/app.hrc | 2 | ||||
-rw-r--r-- | sfx2/source/appl/app.src | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc index 801fe40b6861..1b16e8c967cd 100644 --- a/sfx2/source/appl/app.hrc +++ b/sfx2/source/appl/app.hrc @@ -97,8 +97,6 @@ #define RID_SECURITY_WARNING_TITLE (RID_SFX_APP_START + 181) -#define RID_DESKTOP (RID_SFX_APP_START + 184) - #define RID_SVXSTR_XMLSEC_QUERY_LOSINGSIGNATURE (RID_SFX_APP_START + 186) #define RID_SVXSTR_XMLSEC_QUERY_SAVEBEFORESIGN (RID_SFX_APP_START + 187) #define STR_QUERY_CANCELCHECKOUT (RID_SFX_APP_START + 188) diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index 0c606fd35a49..e7e1cb5befdb 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -331,11 +331,6 @@ String RID_SECURITY_WARNING_TITLE Text [ en-US ] = "Security Warning" ; }; -String RID_DESKTOP -{ - Text = "%PRODUCTNAME" ; -}; - String RID_SVXSTR_XMLSEC_QUERY_LOSINGSIGNATURE { Text [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving the document?" ; |