https://bugs.freedesktop.org/show_bug.cgi?id=61060
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|ProposedEasyHack |EasyHack,DifficultyBeginner | |,SkillCpp,TopicCleanup --- Comment #3 from Michael Meeks <[email protected]> --- The code change should be ~trivial. Poke at: void ScTabView::FreezeSplitters( bool bFreeze ) in sc/source/ui/view/tabview.cxx And IFF the splitter status changes, then we need to mark the document modified: Then I guess we need to somehow call: pDocSh->SetDocumentModified() And we should be done. -- 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
