Kaydet (Commit) 06de7664 authored tarafından Damjan Jovanovic's avatar Damjan Jovanovic

#i126529# Bullet should be apart of AccessibleText

Patch by: Niklas Johansson <sleeping dot pillow at gmail dot com>
üst 93dbde52
...@@ -170,7 +170,6 @@ void SwAccessiblePortionData::Special( ...@@ -170,7 +170,6 @@ void SwAccessiblePortionData::Special(
sDisplay = String(sal_Unicode(0xfffc)); sDisplay = String(sal_Unicode(0xfffc));
break; break;
case POR_GRFNUM: case POR_GRFNUM:
case POR_BULLET:
break; break;
case POR_FLD: case POR_FLD:
//Added by yanjun for 6854 //Added by yanjun for 6854
...@@ -202,6 +201,7 @@ void SwAccessiblePortionData::Special( ...@@ -202,6 +201,7 @@ void SwAccessiblePortionData::Special(
} }
break; break;
case POR_NUMBER: case POR_NUMBER:
case POR_BULLET:
{ {
OUStringBuffer aTmpBuffer( rText.Len() + 1 ); OUStringBuffer aTmpBuffer( rText.Len() + 1 );
aTmpBuffer.append( rText ); aTmpBuffer.append( rText );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment