dmapper: rtf is not a binary format
This commit is contained in:
parent
56c1ad7536
commit
daba468cd0
1 changed files with 1 additions and 1 deletions
|
@ -1634,7 +1634,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext, SprmType
|
|||
case NS_sprm::LN_PBrcBetween: // sprmPBrcBetween
|
||||
{
|
||||
//in binary format the borders are directly provided in OOXML they are inside of properties
|
||||
if( IsOOXMLImport() )
|
||||
if( IsOOXMLImport() || IsRTFImport() )
|
||||
{
|
||||
writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps();
|
||||
if( pProperties.get())
|
||||
|
|
Loading…
Reference in a new issue