[Libreoffice-commits] core.git: sc/source

Sameer Deshmukh sameer.deshmukh93 at gmail.com
Mon Apr 29 00:02:58 PDT 2013


 sc/source/ui/view/tabview.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7653d041792a878dc2f304e77f36da78588adaa5
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>

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;


More information about the Libreoffice-commits mailing list