[PATCH] Change in core[libreoffice-4-0-0]: fdo#59779: Set the first page attributes on pooled styles cr...
Bosdonnat Cedric (via Code Review)
gerrit at gerrit.libreoffice.org
Fri Jan 25 06:16:14 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/1864
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/64/1864/1
fdo#59779: Set the first page attributes on pooled styles creation
Change-Id: If599bc9d9b9a22c5500a0e39bcec76a6162bec3f
---
M sw/source/core/doc/poolfmt.cxx
1 file changed, 1 insertion(+), 0 deletions(-)
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 @@
if( bSetLeft )
pNewPgDsc->GetLeft().SetFmtAttr( aSet );
pNewPgDsc->GetMaster().SetFmtAttr( aSet );
+ pNewPgDsc->GetFirst().SetFmtAttr( aSet );
}
}
return pNewPgDsc;
--
To view, visit https://gerrit.libreoffice.org/1864
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If599bc9d9b9a22c5500a0e39bcec76a6162bec3f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0-0
Gerrit-Owner: Bosdonnat Cedric <cedric.bosdonnat at free.fr>
More information about the LibreOffice
mailing list