mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
.
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user