From f645294d3959ab204ac0efb6619e74b5ba85efa6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Mar 2017 14:33:47 +0200 Subject: 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 Reviewed-by: Noel Grandin --- accessibility/inc/helper/accessiblestrings.hrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'accessibility/inc') diff --git a/accessibility/inc/helper/accessiblestrings.hrc b/accessibility/inc/helper/accessiblestrings.hrc index f957ab93bfe3..780e0b583c8d 100644 --- a/accessibility/inc/helper/accessiblestrings.hrc +++ b/accessibility/inc/helper/accessiblestrings.hrc @@ -30,7 +30,6 @@ #define RID_STR_ACC_ACTION_DECLINE ( RID_TK_ACC_START + 4 ) #define RID_STR_ACC_ACTION_INCBLOCK ( RID_TK_ACC_START + 5 ) #define RID_STR_ACC_ACTION_DECBLOCK ( RID_TK_ACC_START + 6 ) -#define RID_STR_ACC_NAME_PREVIEW ( RID_TK_ACC_START + 7 ) #define STR_SVT_ACC_ACTION_EXPAND ( RID_TK_ACC_START + 8 ) #define STR_SVT_ACC_ACTION_COLLAPSE ( RID_TK_ACC_START + 9 ) @@ -38,7 +37,6 @@ #define RID_STR_ACC_ACTION_CHECK ( RID_TK_ACC_START + 11 ) #define RID_STR_ACC_ACTION_UNCHECK ( RID_TK_ACC_START + 12 ) -#define RID_STR_ACC_ACTION_DOUBLE_CLICK ( RID_TK_ACC_START + 13 ) #define RID_STR_ACC_SCROLLBAR_NAME_VERTICAL ( RID_TK_ACC_START + 14 ) #define RID_STR_ACC_SCROLLBAR_NAME_HORIZONTAL ( RID_TK_ACC_START + 15 ) #define RID_STR_ACC_PANEL_DESCRIPTION ( RID_TK_ACC_START + 16 ) @@ -47,7 +45,6 @@ #define RID_STR_ACC_ROW_NUM ( RID_TK_ACC_START + 18 ) #define RID_STR_ACC_NAME_BROWSEBUTTON ( RID_TK_ACC_START + 100 ) -#define RID_STR_ACC_DESC_PANELDECL_TABBAR ( RID_TK_ACC_START + 101 ) #endif // ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_ -- cgit