[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sc/source

Marco Cecchetti marco.cecchetti at collabora.com
Tue Dec 19 10:30:28 UTC 2017


 sc/source/ui/undo/undodat.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6ca469e0d53c0ab81765c4dc41f73bc3bc5c6d36
Author: Marco Cecchetti <marco.cecchetti at collabora.com>
Date:   Sun Dec 17 14:12:15 2017 +0100

    lok: sc: missing header invalidation on undo an autofilter action
    
    Change-Id: Ibfa7602221ed0c115ad469bd8a61e62baaff0bdf
    Reviewed-on: https://gerrit.libreoffice.org/46717
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/sc/source/ui/undo/undodat.cxx b/sc/source/ui/undo/undodat.cxx
index 619fb238c118..57fff35c0903 100644
--- a/sc/source/ui/undo/undodat.cxx
+++ b/sc/source/ui/undo/undodat.cxx
@@ -853,6 +853,7 @@ void ScUndoQuery::Undo()
 
     // invalidate cache positions and update cursor and selection
     pViewShell->OnLOKShowHideColRow(/*bColumns*/ false, aQueryParam.nRow1 - 1);
+    ScTabViewShell::notifyAllViewsHeaderInvalidation(ROW_HEADER, nTab);
 
     //  Paint
 


More information about the Libreoffice-commits mailing list