Kaydet (Commit) b1859c3a authored tarafından Pierre-Eric Pelloux-Prayer's avatar Pierre-Eric Pelloux-Prayer

docx export: add missing arg to impl_pageBorders call

The missing argument could cause data loss due to ill-formatted
document produced.

Change-Id: I65dee7f42c633ae9602d454e2f03ebc821c9c0ab
üst 50b6dc00
...@@ -4474,7 +4474,7 @@ void DocxAttributeOutput::FormatBox( const SvxBoxItem& rBox ) ...@@ -4474,7 +4474,7 @@ void DocxAttributeOutput::FormatBox( const SvxBoxItem& rBox )
m_pSerializer->startElementNS( XML_w, XML_pBdr, FSEND ); m_pSerializer->startElementNS( XML_w, XML_pBdr, FSEND );
} }
impl_pageBorders( m_pSerializer, rBox, false, false ); impl_pageBorders( m_pSerializer, rBox, XML_pBdr, false, false );
if ( m_bOpenedSectPr ) if ( m_bOpenedSectPr )
{ {
......
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