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

New commits:
commit b0cecbfb03dba67f01d1411a1e8b7402c2ca90ce
Author: Marco Cecchetti <marco.cecche...@collabora.com>
Date:   Sun Dec 17 14:08:50 2017 +0100

    lok: sc: missing header invalidation on undo an autofilter action
    
    Change-Id: Ibfa7602221ed0c115ad469bd8a61e62baaff0bdf
    Reviewed-on: https://gerrit.libreoffice.org/46715
    Reviewed-by: Marco Cecchetti <mrcek...@gmail.com>
    Tested-by: Marco Cecchetti <mrcek...@gmail.com>

diff --git a/sc/source/ui/undo/undodat.cxx b/sc/source/ui/undo/undodat.cxx
index 6cae92c48dd9..b3de44ea8c8a 100644
--- a/sc/source/ui/undo/undodat.cxx
+++ b/sc/source/ui/undo/undodat.cxx
@@ -817,6 +817,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
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to