sc/source/ui/view/tabvwsh3.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6384f018ce06776b2ec5a084626f65b466100e76
Author:     Andras Timar <[email protected]>
AuthorDate: Fri Feb 26 16:05:12 2021 +0100
Commit:     Andras Timar <[email protected]>
CommitDate: Fri Feb 26 23:23:14 2021 +0100

    lok: mark calc document as modified when adjusting split-panes (2)
    
    Change-Id: I91231770ebf02218ae0380ddf76a8664dc6e5e19
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111651
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Andras Timar <[email protected]>

diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx
index 44bb6adcfb9e..6f89065dd1ca 100644
--- a/sc/source/ui/view/tabvwsh3.cxx
+++ b/sc/source/ui/view/tabvwsh3.cxx
@@ -1012,6 +1012,8 @@ void ScTabViewShell::Execute( SfxRequest& rReq )
                             rOtherBind.Invalidate( SID_WINDOW_FIX );
                             rOtherBind.Invalidate(nSlot);
                         });
+                        if (!GetViewData().GetDocShell()->IsReadOnly())
+                            GetViewData().GetDocShell()->SetDocumentModified();
                     }
                 }
                 else
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to