[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jan 28 07:09:46 PST 2013
sw/source/core/doc/poolfmt.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 66cb07cf28186840b8e32d1260b522b5bc7937ea
Author: Cédric Bosdonnat <cedric.bosdonnat at free.fr>
Date: Fri Jan 25 15:08:30 2013 +0100
fdo#59779: Set the first page attributes on pooled styles creation
Change-Id: If599bc9d9b9a22c5500a0e39bcec76a6162bec3f
Reviewed-on: https://gerrit.libreoffice.org/1864
Reviewed-by: Miklos Vajna <vmiklos at suse.cz>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Reviewed-by: Petr Mladek <pmladek at suse.cz>
Tested-by: Petr Mladek <pmladek at suse.cz>
diff --git a/sw/source/core/doc/poolfmt.cxx b/sw/source/core/doc/poolfmt.cxx
index 2820663..f33eee8 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;
More information about the Libreoffice-commits
mailing list