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/sidebar/Sidebar.hrc | |
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/sidebar/Sidebar.hrc')
-rw-r--r-- | sfx2/source/sidebar/Sidebar.hrc | 2 |
1 files changed, 0 insertions, 2 deletions
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) |