sc/source/ui/view/tabview.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7653d041792a878dc2f304e77f36da78588adaa5
Author: Sameer Deshmukh <[email protected]>
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 <[email protected]>
Tested-by: Tor Lillqvist <[email protected]>
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index d96a06e..cedfb1a 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -2034,6 +2034,7 @@ void ScTabView::FreezeSplitters( bool bFreeze )
if ( bFreeze )
{
Point aWinStart = pWin->GetPosPixel();
+ aViewData.GetDocShell()->SetDocumentModified();
Point aSplit;
SCsCOL nPosX;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits