Commit 3d9308d0 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent f4f086c1
......@@ -159,8 +159,9 @@ namespace DocFileFormat
case sprmPFBiDi:
{
appendFlagElement( _pPr, *iter, _T( "bidi" ), true );
_isBidi = true;
bool val = iter->argumentsSize > 0 ? iter->Arguments[0] : true;
appendFlagElement( _pPr, *iter, _T( "bidi" ), val);
_isBidi = val;
}break;
case sprmPFContextualSpacing:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment