sw/source/core/doc/docfmt.cxx |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 99d06de125334dba6981cec4c5f766fb8debcafb
Author: Michael Stahl <mst...@redhat.com>
Date:   Tue Aug 5 22:56:17 2014 +0200

    SwDoc::CopyPageDesc(): probably sending Modify for first too cannot hurt
    
    Change-Id: I2056bee7555d3f6723ac374863187d82e4ad9edd
    (cherry picked from commit 2e9840d18c09ce5552eec2f9d489d952da1034ae)
    Reviewed-on: https://gerrit.libreoffice.org/10773
    Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>
    Tested-by: Miklos Vajna <vmik...@collabora.co.uk>

diff --git a/sw/source/core/doc/docfmt.cxx b/sw/source/core/doc/docfmt.cxx
index f5d3ed4..18e5137 100644
--- a/sw/source/core/doc/docfmt.cxx
+++ b/sw/source/core/doc/docfmt.cxx
@@ -2203,6 +2203,12 @@ void SwDoc::CopyPageDesc( const SwPageDesc& rSrcDesc, 
SwPageDesc& rDstDesc,
         {
             rDstDesc.GetLeft().ModifyBroadcast( &aInfo, 0, TYPE(SwFrm) );
         }
+        {
+            rDstDesc.GetFirstMaster().ModifyBroadcast( &aInfo, 0, TYPE(SwFrm) 
);
+        }
+        {
+            rDstDesc.GetFirstLeft().ModifyBroadcast( &aInfo, 0, TYPE(SwFrm) );
+        }
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to