diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2017-12-17 14:08:50 +0100 |
---|---|---|
committer | Marco Cecchetti <mrcekets@gmail.com> | 2017-12-19 11:56:24 +0100 |
commit | b0cecbfb03dba67f01d1411a1e8b7402c2ca90ce (patch) | |
tree | 0de6500809d6f74ac95fd483c02044668b25f3e8 | |
parent | 48251502a8143570810a05bd46e22efa34ed5600 (diff) |
lok: sc: missing header invalidation on undo an autofilter action
Change-Id: Ibfa7602221ed0c115ad469bd8a61e62baaff0bdf
Reviewed-on: https://gerrit.libreoffice.org/46715
Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
Tested-by: Marco Cecchetti <mrcekets@gmail.com>
-rw-r--r-- | sc/source/ui/undo/undodat.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 |