https://bugs.freedesktop.org/show_bug.cgi?id=69282
Michael Stahl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Assignee|[email protected] |[email protected] |desktop.org | CC| |[email protected] --- Comment #10 from Michael Stahl <[email protected]> --- hmm.... in the call from SwDBManager::MergeDocuments() to _LoadStyles() previously the page was re-formatted to the proper size but not any more... hmm SwDoc::CopyPageDesc does not send a modify for firsts? suspicious, but does not cause _this_ problem... ahhh.... here is where the size of the SwPageFrm was invalidated previously, where it was erroneously using the Master SwFrmFmt on the first page too: #0 SwFrm::_InvalidateSize (this=0x6f16300) at /sw/source/core/inc/frame.hxx:738 #1 0x00007fcebd0993f0 in SwFrm::Modify (this=0x6f16300, pOld=0x7ffff874eb10, pNew=0x7ffff874eb40) at /sw/source/core/layout/wsfrm.cxx:265 #2 0x00007fcebd02a3f9 in SwPageFrm::Modify (this=0x6f16300, pOld=0x7ffff874ee20, pNew=0x7ffff874ee50) at /sw/source/core/layout/pagechg.cxx:518 #3 0x00007fcebcba06b8 in SwModify::ModifyBroadcast (this=0x6e817c8, pOldValue=0x7ffff874ee20, pNewValue=0x7ffff874ee50, nType=0x7fcebcb9f9a0 <SwClient::CreateType()>) at /sw/source/core/attr/calbck.cxx:349 #4 0x00007fcebcba010e in SwModify::NotifyClients (this=0x6e817c8, pOldValue=0x7ffff874ee20, pNewValue=0x7ffff874ee50) at /sw/source/core/attr/calbck.cxx:188 #5 0x00007fcebcba402f in SwFmt::Modify (this=0x6e817c8, pOldValue=0x7ffff874ee20, pNewValue=0x7ffff874ee50) at /sw/source/core/attr/format.cxx:343 #6 0x00007fcebcfac875 in SwFrmFmt::Modify (this=0x6e817c8, pOld=0x7ffff874ee20, pNew=0x7ffff874ee50) at /sw/source/core/layout/atrfrm.cxx:2481 #7 0x00007fcebcba0ebd in SwClient::ModifyNotification (this=0x6e817c8, pOldValue=0x7ffff874ee20, pNewValue=0x7ffff874ee50) at /sw/inc/calbck.hxx:100 #8 0x00007fcebcba5378 in SwFmt::SetFmtAttr (this=0x6e817c8, rSet=...) at /sw/source/core/attr/format.cxx:631 #9 0x00007fcebccea97a in SwDoc::CopyPageDesc (this=0x6edcd20, rSrcDesc=..., rDstDesc=..., bCopyPoolIds=true) at /sw/source/core/doc/docfmt.cxx:1437 #10 0x00007fcebcceb3cc in SwDoc::ReplaceStyles (this=0x6edcd20, rSource=..., bIncludePageStyles=true) at /sw/source/core/doc/docfmt.cxx:1541 #11 0x00007fcebd60cc04 in SwDocShell::_LoadStyles (this=0x6e4a780, rSource=..., bPreserveCurrentDocument=true) at /sw/source/uibase/app/docst.cxx:1269 #12 0x00007fcebd88da07 in SwDBManager::MergeDocuments (this=0x4b71f10, rMMConfig=..., rSourceView=...) at /sw/source/uibase/dbui/dbmgr.cxx:2885 fixed on master -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
