Kaydet (Commit) 45a011ea authored tarafından Andrea Pescetti's avatar Andrea Pescetti

#i71292# Fix/remove conditional rotate for CJK.

Patch by: Mark Hung <marklh9@gmail.com>
üst fd127681
...@@ -167,7 +167,7 @@ void SwFont::SetVertical( sal_uInt16 nDir, const sal_Bool bVertFormat ) ...@@ -167,7 +167,7 @@ void SwFont::SetVertical( sal_uInt16 nDir, const sal_Bool bVertFormat )
{ {
bFntChg = sal_True; bFntChg = sal_True;
aSub[0].SetVertical( nDir, bVertFormat ); aSub[0].SetVertical( nDir, bVertFormat );
aSub[1].SetVertical( nDir, bVertFormat || nDir > 1000 ); aSub[1].SetVertical( nDir, bVertFormat );
aSub[2].SetVertical( nDir, bVertFormat ); aSub[2].SetVertical( nDir, bVertFormat );
} }
} }
......
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