diff options
author | Damjan Jovanovic <damjan@apache.org> | 2015-09-20 18:29:11 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2015-09-20 18:29:11 +0000 |
commit | 06de7664d7c85390f3780f5025f69f08d4116867 (patch) | |
tree | c1cc3dd190cf1dffc269a2125c126cdb6dfcedbc /sw | |
parent | 93dbde5274464c89de5cd55bea70491e043bc9b4 (diff) |
#i126529# Bullet should be apart of AccessibleText
Patch by: Niklas Johansson <sleeping dot pillow at gmail dot com>
Notes
Notes:
prefer: 64bf04de183a63d32fddf9376307b7f991a4519a
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/access/accportions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accportions.cxx b/sw/source/core/access/accportions.cxx index 6d438c49ac11..237ef179ef25 100644 --- a/sw/source/core/access/accportions.cxx +++ b/sw/source/core/access/accportions.cxx @@ -170,7 +170,6 @@ void SwAccessiblePortionData::Special( sDisplay = String(sal_Unicode(0xfffc)); break; case POR_GRFNUM: - case POR_BULLET: break; case POR_FLD: //Added by yanjun for 6854 @@ -202,6 +201,7 @@ void SwAccessiblePortionData::Special( } break; case POR_NUMBER: + case POR_BULLET: { OUStringBuffer aTmpBuffer( rText.Len() + 1 ); aTmpBuffer.append( rText ); |