[Libreoffice-commits] core.git: sw/source
Mark Hung
marklh9 at gmail.com
Sat Aug 15 14:30:11 PDT 2015
sw/source/core/txtnode/swfont.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 929954e0108897c4882660b4ce9cb5d4cf1077ec
Author: Mark Hung <marklh9 at 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 <ci at libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud at 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 );
}
}
More information about the Libreoffice-commits
mailing list