sw/source/core/doc/poolfmt.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b0a2b73222482d1379e90b636efdf44a48ba3ab6
Author: Cédric Bosdonnat <cedric.bosdon...@free.fr>
Date:   Fri Jan 25 15:08:30 2013 +0100

    fdo#59779: Set the first page attributes on pooled styles creation

diff --git a/sw/source/core/doc/poolfmt.cxx b/sw/source/core/doc/poolfmt.cxx
index fc8f1b4..38683a3 100644
--- a/sw/source/core/doc/poolfmt.cxx
+++ b/sw/source/core/doc/poolfmt.cxx
@@ -1597,6 +1597,7 @@ SwPageDesc* SwDoc::GetPageDescFromPool( sal_uInt16 nId, 
bool bRegardLanguage )
             if( bSetLeft )
                 pNewPgDsc->GetLeft().SetFmtAttr( aSet );
             pNewPgDsc->GetMaster().SetFmtAttr( aSet );
+            pNewPgDsc->GetFirst().SetFmtAttr( aSet );
         }
     }
     return pNewPgDsc;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to