sc/source/ui/view/tabview.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 07a14c901025722bcc0a06c76e83c40985ca01a6 Author: Sameer Deshmukh <sameer.deshmuk...@gmail.com> Date: Sun Apr 28 02:15:50 2013 +0530
fdo#61060 - Freezing now marks spreadsheet as unsaved. Change-Id: I0b479500938e185fb6d163837b29e6e36e823260 Reviewed-on: https://gerrit.libreoffice.org/3641 Reviewed-by: Tor Lillqvist <t...@iki.fi> Tested-by: Tor Lillqvist <t...@iki.fi> Signed-off-by: Michael Meeks <michael.me...@suse.com> diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx index 0deadab..9bd2105 100644 --- a/sc/source/ui/view/tabview.cxx +++ b/sc/source/ui/view/tabview.cxx @@ -2032,6 +2032,7 @@ void ScTabView::FreezeSplitters( bool bFreeze ) if ( bFreeze ) { Point aWinStart = pWin->GetPosPixel(); + aViewData.GetDocShell()->SetDocumentModified(); Point aSplit; SCsCOL nPosX; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits