[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sw/source

Michael Meeks michael at kemper.freedesktop.org
Tue May 29 02:49:02 PDT 2012


 sw/source/filter/ww8/rtfexport.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f1bb52a221448877571e727b0d1d71577ef6900b
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Fri May 11 09:38:03 2012 +0200

    fdo#44174 RTF_TITLEPG when title page has no header
    
    Change-Id: Ida6566b38ceaca30441a029c73bd1f52d93bbb3b

diff --git a/sw/source/filter/ww8/rtfexport.cxx b/sw/source/filter/ww8/rtfexport.cxx
index 0904ac8..cf13e5f 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 )


More information about the Libreoffice-commits mailing list