diff options
author | Sameer Deshmukh <sameer.deshmukh93@gmail.com> | 2013-04-28 02:15:50 +0530 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-29 07:02:38 +0000 |
commit | 7653d041792a878dc2f304e77f36da78588adaa5 (patch) | |
tree | 7521469a670dd2dd536e4fa5ee47c0e6852f209d | |
parent | 40ef445db670fb641532190d17d35818e3bd623d (diff) |
fdo#61060 - Freezing now marks spreadsheet as unsaved.
Change-Id: I0b479500938e185fb6d163837b29e6e36e823260
Reviewed-on: https://gerrit.libreoffice.org/3641
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
-rw-r--r-- | sc/source/ui/view/tabview.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx index d96a06e35887..cedfb1a1559f 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; |