sfx2/source/view/viewsh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0e2df8c3f229e8807c7a6713ca3ea519411537bd Author: Marco Cecchetti <marco.cecche...@collabora.com> AuthorDate: Sun Nov 5 12:52:03 2023 +0100 Commit: Marco Cecchetti <marco.cecche...@collabora.com> CommitDate: Sun Nov 5 14:07:50 2023 +0100 lok: a11y: corelog: enable log in afterCallbackRegistered Change-Id: I4706fc04ee651e46fb12fe0fa18dbf2762cf95aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158949 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Marco Cecchetti <marco.cecche...@collabora.com> diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index 7fd5f974ccc1..1f8168a4cedf 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -3285,7 +3285,7 @@ void SfxViewShell::libreOfficeKitViewAddPendingInvalidateTiles() void SfxViewShell::afterCallbackRegistered() { - SAL_INFO("sfx.view", "SfxViewShell::afterCallbackRegistered invoked"); + LOK_INFO("sfx.view", "SfxViewShell::afterCallbackRegistered invoked"); if (GetLOKAccessibilityState()) { LOKDocumentFocusListener& rDocFocusListener = GetLOKDocumentFocusListener();