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@free.fr>
Context
- [PATCH] Change in core[libreoffice-4-0-0]: fdo#59779: Set the first page attributes on pooled styles cr... · Bosdonnat Cedric (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.