summaryrefslogtreecommitdiff
path: root/desktop/source/lib/init.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2022-01-20 15:03:00 +0000
committerAndras Timar <andras.timar@collabora.com>2022-02-14 12:09:31 +0100
commitb2c031cd9452ffe62d20e25a7ae5728622a20bc6 (patch)
tree7cb3d84b167a88da9c2c99d0776216448a875cef /desktop/source/lib/init.cxx
parent424df471870520d01ad8794021fbda72a2c6181f (diff)
lok: avoid reundant progress bar messages.
Change-Id: I9e04f428dbfafd98d1b08a549bb2758b9cc60eff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128674 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'desktop/source/lib/init.cxx')
-rw-r--r--desktop/source/lib/init.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 7dda2ce7d82f..c4daa2614ea6 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1491,6 +1491,7 @@ CallbackFlushHandler::CallbackFlushHandler(LibreOfficeKitDocument* pDocument, Li
m_states.emplace(LOK_CALLBACK_TABLE_SELECTED, "NIL");
m_states.emplace(LOK_CALLBACK_TAB_STOP_LIST, "NIL");
m_states.emplace(LOK_CALLBACK_RULER_UPDATE, "NIL");
+ m_states.emplace(LOK_CALLBACK_STATUS_INDICATOR_SET_VALUE, "NIL");
}
CallbackFlushHandler::~CallbackFlushHandler()