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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 26 07:28:13 UTC 2021


 desktop/source/lib/init.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 38caa5c15e016231fe8739383e5b3149950273b6
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Fri Apr 23 15:15:00 2021 +0200
Commit:     Jan Holesovsky <kendy at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>

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); });


More information about the Libreoffice-commits mailing list