[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sc/source
Sameer Deshmukh
sameer.deshmukh93 at gmail.com
Thu May 9 03:44:06 PDT 2013
sc/source/ui/view/tabview.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 07a14c901025722bcc0a06c76e83c40985ca01a6
Author: Sameer Deshmukh <sameer.deshmukh93 at 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 <tml at iki.fi>
Tested-by: Tor Lillqvist <tml at iki.fi>
Signed-off-by: Michael Meeks <michael.meeks at 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;
More information about the Libreoffice-commits
mailing list