sw/source/core/txtnode/swfont.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 929954e0108897c4882660b4ce9cb5d4cf1077ec
Author: Mark Hung <mark...@gmail.com>
Date:   Sun Aug 2 08:43:01 2015 +0800

    Fix tdf#36884 10n character does not rotate 270 degree
    
    Change-Id: Ife1b85cc55e4e0f4d0be84bbcdfc93104160f271
    Reviewed-on: https://gerrit.libreoffice.org/17470
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Norbert Thiebaud <nthieb...@gmail.com>

diff --git a/sw/source/core/txtnode/swfont.cxx 
b/sw/source/core/txtnode/swfont.cxx
index 60d50e7..c297608 100644
--- a/sw/source/core/txtnode/swfont.cxx
+++ b/sw/source/core/txtnode/swfont.cxx
@@ -432,7 +432,7 @@ void SwFont::SetVertical( sal_uInt16 nDir, const bool 
bVertFormat )
     {
         bFntChg = true;
         aSub[0].SetVertical( nDir, bVertFormat );
-        aSub[1].SetVertical( nDir, bVertFormat || nDir > 1000 );
+        aSub[1].SetVertical( nDir, bVertFormat );
         aSub[2].SetVertical( nDir, bVertFormat );
     }
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to