diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-27 13:19:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-27 13:19:03 +0100 |
commit | 0d174c974819d781804026f4c7e916a8092315c5 (patch) | |
tree | 9931ac6db67db694448a3bebe0e609a54752654d /include | |
parent | 8bb1726007f641dff2aa17d2e79a089e09fd9770 (diff) |
Resolves: tdf#101003 don't give paras in editeng accessible names
change since...
commit c23ab5eaed57cc3fb5860e26c591c73c5b22687b
Author: Steve Yin <steve_y@apache.org>
Date: Tue Nov 26 14:25:22 2013 +0000
Integrate branch of IAccessible2
keep the accessible description, but drop thea accessible name which
is reportedly an undesirable change.
Change-Id: I8f9c53ef967c4e566fde1829832aa035efce4f23
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/editrids.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editrids.hrc b/include/editeng/editrids.hrc index ab43df9a3b61..cff44d40c234 100644 --- a/include/editeng/editrids.hrc +++ b/include/editeng/editrids.hrc @@ -383,7 +383,7 @@ #define RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE (RID_EDIT_START + 327) #define RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION (RID_EDIT_START + 328) -#define RID_SVXSTR_A11Y_PARAGRAPH_NAME (RID_EDIT_START + 329) +// unused (RID_EDIT_START + 329) // Border lines (continued) #define RID_DASH_DOT (RID_EDIT_START + 330) |