sw/source/core/doc/DocumentTimerManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d379b8ac4234d23e82d19b801c807987ab105968 Author: Bjoern Michaelsen <[email protected]> AuthorDate: Sun Nov 15 11:28:05 2020 +0100 Commit: Bjoern Michaelsen <[email protected]> CommitDate: Mon Nov 16 08:56:40 2020 +0100 Replace needless SwClientNotifyCall with CallSwClientNotify Change-Id: If1286c3271038be3ad69739b54d5ed5ce1167818 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105894 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <[email protected]> diff --git a/sw/source/core/doc/DocumentTimerManager.cxx b/sw/source/core/doc/DocumentTimerManager.cxx index 656c98055e72..4b3d6dd3856f 100644 --- a/sw/source/core/doc/DocumentTimerManager.cxx +++ b/sw/source/core/doc/DocumentTimerManager.cxx @@ -195,7 +195,7 @@ IMPL_LINK_NOARG( DocumentTimerManager, DoIdleJobs, Timer*, void ) pShell->LockView( true ); auto pChapterFieldType = m_rDoc.getIDocumentFieldsAccess().GetSysFieldType( SwFieldIds::Chapter ); - pChapterFieldType->SwClientNotifyCall(*pChapterFieldType, sw::LegacyModifyHint( nullptr, nullptr )); // ChapterField + pChapterFieldType->CallSwClientNotify(sw::LegacyModifyHint( nullptr, nullptr )); // ChapterField m_rDoc.getIDocumentFieldsAccess().UpdateExpFields( nullptr, false ); // Updates ExpressionFields m_rDoc.getIDocumentFieldsAccess().UpdateTableFields(nullptr); // Tables m_rDoc.getIDocumentFieldsAccess().UpdateRefFields(); // References _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
