summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorFaisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa>2013-12-08 10:27:44 +0300
committerFaisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa>2013-12-08 10:29:33 +0300
commit3f7cbf4e338d7fa036b07f50c569d07be0cab8fe (patch)
tree482568296fe86c41efd286ff7986c287d9e36631 /sw
parenta9562d5e3c91b04214013bf296de3156f891e167 (diff)
put comment for the previous patch.
Change-Id: Id9cee84530d00d6d2528d038464e885e1286dfe5
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index faae5573d4df..7c3657921a0c 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