desktop/source/lib/init.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 08bb96ca243afac1c7f031dd4146aba021b5fa28
Author: Michael Meeks <[email protected]>
AuthorDate: Thu Jan 20 15:03:00 2022 +0000
Commit: Michael Meeks <[email protected]>
CommitDate: Sat Jan 22 22:22:24 2022 +0100
lok: avoid reundant progress bar messages.
Change-Id: I9e04f428dbfafd98d1b08a549bb2758b9cc60eff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128688
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Ashod Nakashian <[email protected]>
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index ea15a2702649..9ae83863d341 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1496,6 +1496,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()