desktop/source/lib/init.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 38caa5c15e016231fe8739383e5b3149950273b6
Author: Szymon Kłos <[email protected]>
AuthorDate: Fri Apr 23 15:15:00 2021 +0200
Commit: Jan Holesovsky <[email protected]>
CommitDate: Mon Jul 26 09:27:38 2021 +0200
Deduplicate reference marks and cell auto fill messages
We use only the last value
Change-Id: If3536b5b4bc67755cb7bb73850a590d37675e6a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114547
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Jan Holesovsky <[email protected]>
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 19cb7973dca7..b80eb0f3171e 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1530,6 +1530,8 @@ void CallbackFlushHandler::queue(const int type, const
char* data)
case LOK_CALLBACK_WINDOW:
case LOK_CALLBACK_CALC_FUNCTION_LIST:
case LOK_CALLBACK_INVALIDATE_SHEET_GEOMETRY:
+ case LOK_CALLBACK_REFERENCE_MARKS:
+ case LOK_CALLBACK_CELL_AUTO_FILL_AREA:
{
const auto& pos = std::find_if(m_queue.rbegin(), m_queue.rend(),
[type] (const queue_type::value_type& elem) { return
(elem.Type == type); });
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits