From 3f7cbf4e338d7fa036b07f50c569d07be0cab8fe Mon Sep 17 00:00:00 2001 From: "Faisal M. Al-Otaibi" Date: Sun, 8 Dec 2013 10:27:44 +0300 Subject: put comment for the previous patch. Change-Id: Id9cee84530d00d6d2528d038464e885e1286dfe5 --- sw/source/filter/ww8/wrtw8nds.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw') 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(GetAppLanguage())) ) nDir = FRMDIR_HORI_RIGHT_TOP; else -- cgit