diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2013-01-25 15:08:30 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2013-01-25 15:29:34 +0100 |
commit | b0a2b73222482d1379e90b636efdf44a48ba3ab6 (patch) | |
tree | 7344d4ae40f77e3708c3f315c06abdbdc0ebe173 | |
parent | 09b72749f45f519da5cf26275db6745a491c4265 (diff) |
fdo#59779: Set the first page attributes on pooled styles creation
-rw-r--r-- | sw/source/core/doc/poolfmt.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/doc/poolfmt.cxx b/sw/source/core/doc/poolfmt.cxx index fc8f1b4f07b7..38683a388a1d 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; |