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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 1 10:55:48 UTC 2021


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

New commits:
commit 2e341c41aa751b4ea1603a8132a7f507571a2c80
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Fri Apr 23 15:15:00 2021 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Fri Oct 1 12:55:14 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>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122106
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 3e09f2d8b5ab..dab77ee9aa8b 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1542,6 +1542,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(m_queue1.rbegin(), m_queue1.rend(), type);
             auto pos2 = toQueue2(pos);


More information about the Libreoffice-commits mailing list