put comment for the previous patch.

Change-Id: Id9cee84530d00d6d2528d038464e885e1286dfe5
This commit is contained in:
Faisal M. Al-Otaibi
2013-12-08 10:27:44 +03:00
parent a9562d5e3c
commit 3f7cbf4e33

View File

@@ -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