diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-13 14:33:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-14 08:37:44 +0000 |
commit | f645294d3959ab204ac0efb6619e74b5ba85efa6 (patch) | |
tree | 3437361d64d2df1b1849f1adfb0bf01fbd876d88 /sfx2/source | |
parent | cbb2e6b76868d5c67a713b68310b44be59bfab3e (diff) |
remove unused RID constants
found with the attached bin/find-unused-rid.py script
Change-Id: I1cf79caa6cafedb8bc642f394dc7e7da889d6fdf
Reviewed-on: https://gerrit.libreoffice.org/35136
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/app.src | 13 | ||||
-rw-r--r-- | sfx2/source/sidebar/Sidebar.hrc | 2 |
2 files changed, 0 insertions, 15 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index 21c5f9175f2e..7d7f6d81c88b 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -213,11 +213,6 @@ String RID_STR_HELP Text [ en-US ] = "Help" ; }; -String RID_STR_NOAUTOSTARTHELPAGENT -{ - Text [ en-US ] = "No automatic start at 'XX'" ; -}; - String RID_STR_HLPFILENOTEXIST { Text [ en-US ] = "The help file for this topic is not installed." ; @@ -366,10 +361,6 @@ String RID_SVXSTR_GRFILTER_FILTERERROR { Text [ en-US ] = "Image filter not found" ; }; -String RID_SVXSTR_GRFILTER_TOOBIG -{ - Text [ en-US ] = "Not enough memory to insert image" ; -}; String RID_SVXSTR_END_REDLINING_WARNING { Text [ en-US ] = "This action will exit the change recording mode.\nAny information about changes will be lost.\n\nExit change recording mode?\n\n" ; @@ -378,9 +369,5 @@ String RID_SVXSTR_INCORRECT_PASSWORD { Text [ en-US ] = "Incorrect password" ; }; -String RID_SVXSTR_FORWARD_ERRMSSG -{ - Text [ en-US ] = "If you select the option \"%PLACEHOLDER%\", you must enter a URL." ; -}; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sfx2/source/sidebar/Sidebar.hrc b/sfx2/source/sidebar/Sidebar.hrc index 2ab5e73b2202..e5fe67967615 100644 --- a/sfx2/source/sidebar/Sidebar.hrc +++ b/sfx2/source/sidebar/Sidebar.hrc @@ -18,8 +18,6 @@ */ #include <sfx2/sfx.hrc> -#define RID_SIDEBAR_RESOURCE (RID_SFX_SIDEBAR_START + 0) - #define SFX_STR_SIDEBAR_MORE_OPTIONS (RID_SFX_SIDEBAR_START + 1) #define SFX_STR_SIDEBAR_CLOSE_DECK (RID_SFX_SIDEBAR_START + 2) #define SFX_STR_SIDEBAR_SETTINGS (RID_SFX_SIDEBAR_START + 3) |