summaryrefslogtreecommitdiffstats
path: root/accessibility/inc/helper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-30 14:58:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-30 15:18:10 +0100
commit59676b310bc0eba154f323f5d32ed697fcbb227a (patch)
treefc38ce10f44b21031902862d3ab2da44966903c9 /accessibility/inc/helper
parentstop torturing std::string in SfxSlotPool (diff)
downloadcore-59676b310bc0eba154f323f5d32ed697fcbb227a.tar.gz
core-59676b310bc0eba154f323f5d32ed697fcbb227a.zip
untranslated strings are just strings
Change-Id: Ic7247a6d0e702572ca304bb048bfabfafcbf7505
Diffstat (limited to 'accessibility/inc/helper')
-rw-r--r--accessibility/inc/helper/accessiblestrings.hrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/accessibility/inc/helper/accessiblestrings.hrc b/accessibility/inc/helper/accessiblestrings.hrc
index 780e0b583c8d..2af826891527 100644
--- a/accessibility/inc/helper/accessiblestrings.hrc
+++ b/accessibility/inc/helper/accessiblestrings.hrc
@@ -22,15 +22,6 @@
#define RID_TK_ACC_START 1000
-// Accessible Action Id's
-#define RID_STR_ACC_ACTION_CLICK ( RID_TK_ACC_START + 0 )
-#define RID_STR_ACC_ACTION_TOGGLEPOPUP ( RID_TK_ACC_START + 1 )
-#define RID_STR_ACC_ACTION_SELECT ( RID_TK_ACC_START + 2 )
-#define RID_STR_ACC_ACTION_INCLINE ( RID_TK_ACC_START + 3 )
-#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 STR_SVT_ACC_ACTION_EXPAND ( RID_TK_ACC_START + 8 )
#define STR_SVT_ACC_ACTION_COLLAPSE ( RID_TK_ACC_START + 9 )
#define STR_SVT_ACC_LISTENTRY_SELCTED_STATE ( RID_TK_ACC_START + 10 )