Hi, What do you think of the following code?
http://hg.services.openoffice.org/OOO330/file/8601acbe0e6c/vcl/source/gdi/outdev3.cxx#l5827 5827 if( pStr >= pEnd ) 5828 nLayoutFlags |= SAL_LAYOUT_BIDI_STRONG; When rStr is "0" i.e. 0x0030, SAL_LAYOUT_BIDI_STRONG is being set. I have not yet confirmed what SAL_LAYOUT_BIDI_STRONG means, but its name implies something BIDI is enabled. Likewise, the line 5855 Best regards, Tora -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help
