Kaydet (Commit) ff871457 authored tarafından Miklos Vajna's avatar Miklos Vajna

#i66619# fix title pages

üst 6031a9e6
......@@ -1155,6 +1155,7 @@ void RtfExport::OutPageDescription( const SwPageDesc& rPgDsc, BOOL bWriteReset,
if( pAktPageDesc != &rPgDsc )
{
pAktPageDesc = &rPgDsc;
Strm() << OOO_STRING_SVTOOLS_RTF_TITLEPG;
if( pAktPageDesc->GetMaster().GetAttrSet().GetItemState( RES_HEADER,
FALSE, &pItem ) == SFX_ITEM_SET )
WriteHeaderFooter(*pItem, true);
......
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