Author: pescetti
Date: Fri Sep 25 21:55:21 2015
New Revision: 1705360

URL: http://svn.apache.org/viewvc?rev=1705360&view=rev
Log:
#i71292# Fix/remove conditional rotate for CJK.
Patch by: Mark Hung <[email protected]>

Modified:
    openoffice/trunk/main/sw/source/core/txtnode/swfont.cxx

Modified: openoffice/trunk/main/sw/source/core/txtnode/swfont.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/txtnode/swfont.cxx?rev=1705360&r1=1705359&r2=1705360&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/core/txtnode/swfont.cxx (original)
+++ openoffice/trunk/main/sw/source/core/txtnode/swfont.cxx Fri Sep 25 21:55:21 
2015
@@ -167,7 +167,7 @@ void SwFont::SetVertical( sal_uInt16 nDi
        {
                bFntChg = sal_True;
                aSub[0].SetVertical( nDir, bVertFormat );
-        aSub[1].SetVertical( nDir, bVertFormat || nDir > 1000 );
+                aSub[1].SetVertical( nDir, bVertFormat );
                aSub[2].SetVertical( nDir, bVertFormat );
        }
 }


Reply via email to