[Libreoffice-commits] core.git: sw/source
Faisal M. Al-Otaibi
fmalotaibi at kacst.edu.sa
Sat Dec 7 23:31:05 PST 2013
sw/source/filter/ww8/wrtw8nds.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 3f7cbf4e338d7fa036b07f50c569d07be0cab8fe
Author: Faisal M. Al-Otaibi <fmalotaibi at kacst.edu.sa>
Date: Sun Dec 8 10:27:44 2013 +0300
put comment for the previous patch.
Change-Id: Id9cee84530d00d6d2528d038464e885e1286dfe5
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index faae557..7c36579 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -1302,6 +1302,7 @@ short MSWordExportBase::GetDefaultFrameDirection( ) const
if ( nDir == FRMDIR_ENVIRONMENT )
{
+ // fdo#44029 put direction right when the locale are RTL.
if( MsLangId::isRightToLeft( static_cast<LanguageType>(GetAppLanguage())) )
nDir = FRMDIR_HORI_RIGHT_TOP;
else
More information about the Libreoffice-commits
mailing list