summaryrefslogtreecommitdiff
path: root/accessibility/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-13 14:33:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-14 08:37:44 +0000
commitf645294d3959ab204ac0efb6619e74b5ba85efa6 (patch)
tree3437361d64d2df1b1849f1adfb0bf01fbd876d88 /accessibility/source
parentcbb2e6b76868d5c67a713b68310b44be59bfab3e (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 'accessibility/source')
-rw-r--r--accessibility/source/helper/accessiblestrings.src14
1 files changed, 0 insertions, 14 deletions
diff --git a/accessibility/source/helper/accessiblestrings.src b/accessibility/source/helper/accessiblestrings.src
index 1a82275f19ec..82806565d8b7 100644
--- a/accessibility/source/helper/accessiblestrings.src
+++ b/accessibility/source/helper/accessiblestrings.src
@@ -74,11 +74,6 @@ String STR_SVT_ACC_LISTENTRY_SELCTED_STATE
Text [ en-US ] = "(Selected)";
};
-String RID_STR_ACC_NAME_PREVIEW
-{
- Text [ en-US ] = "Preview";
-};
-
String RID_STR_ACC_ACTION_CHECK
{
Text [ en-US ] = "Check";
@@ -87,10 +82,6 @@ String RID_STR_ACC_ACTION_UNCHECK
{
Text [ en-US ] = "Uncheck";
};
-String RID_STR_ACC_ACTION_DOUBLE_CLICK
-{
- Text [ en-US ] = "Double click";
-};
String RID_STR_ACC_SCROLLBAR_NAME_VERTICAL
{
@@ -116,9 +107,4 @@ String RID_STR_ACC_ROW_NUM
Text [ en-US ] = "Row %ROWNUMBER";
};
-String RID_STR_ACC_DESC_PANELDECL_TABBAR
-{
- Text [ en-US ] = "Panel Deck Tab Bar";
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */