Change in core[libreoffice-4-0-0]: fdo#59779: Set the first page attributes on pooled styles cr...

2013-01-28 Thread Petr Mladek (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/1864

Approvals:
  Miklos Vajna: Looks good to me, but someone else must approve
  Petr Mladek: Verified; Looks good to me, approved
  Michael Stahl: Looks good to me, approved


-- 
To view, visit https://gerrit.libreoffice.org/1864
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If599bc9d9b9a22c5500a0e39bcec76a6162bec3f
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0-0
Gerrit-Owner: Bosdonnat Cedric cedric.bosdon...@free.fr
Gerrit-Reviewer: Caolán McNamara caol...@redhat.com
Gerrit-Reviewer: Michael Stahl mst...@redhat.com
Gerrit-Reviewer: Miklos Vajna vmik...@suse.cz
Gerrit-Reviewer: Petr Mladek pmla...@suse.cz
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] Change in core[libreoffice-4-0-0]: fdo#59779: Set the first page attributes on pooled styles cr...

2013-01-25 Thread Bosdonnat Cedric (via Code Review)
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.bosdon...@free.fr

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice