summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-05-11 09:38:03 +0200
committerMichael Meeks <michael.meeks@suse.com>2012-05-29 10:46:17 +0100
commitf1bb52a221448877571e727b0d1d71577ef6900b (patch)
tree7b47791547fe34de7e74ae56e33666417cf1926c /sw/source
parent7e6a58014864ddafe534ed7a08ecca75fa4e4860 (diff)
fdo#44174 RTF_TITLEPG when title page has no header
Change-Id: Ida6566b38ceaca30441a029c73bd1f52d93bbb3b
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/filter/ww8/rtfexport.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/rtfexport.cxx b/sw/source/filter/ww8/rtfexport.cxx
index 0904ac810265..cf13e5fcf58d 100644
--- a/sw/source/filter/ww8/rtfexport.cxx
+++ b/sw/source/filter/ww8/rtfexport.cxx
@@ -1193,6 +1193,7 @@ void RtfExport::OutPageDescription( const SwPageDesc& rPgDsc, sal_Bool bWriteRes
// title page
if( pAktPageDesc != &rPgDsc )
{
+ Strm() << OOO_STRING_SVTOOLS_RTF_TITLEPG;
pAktPageDesc = &rPgDsc;
if( pAktPageDesc->GetMaster().GetAttrSet().GetItemState( RES_HEADER,
sal_False, &pItem ) == SFX_ITEM_SET )