summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-12-06 22:02:58 +0100
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-12-07 11:39:10 +0100
commit995b06bd0fb824c5717791c627746a5fb38cb656 (patch)
tree95f5374fb7c82ad2fde48305cb6259c12ae8179b /sw/inc
parent96f88e5964604d0ae481dcbd0080a48241c707c8 (diff)
SwAuthorityFieldType: Modify no more
Change-Id: I59f1e5d25c0defa3b551061fccfeea625d0df3aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107319 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/authfld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/authfld.hxx b/sw/inc/authfld.hxx
index 05921ad7a454..6ea5612f3164 100644
--- a/sw/inc/authfld.hxx
+++ b/sw/inc/authfld.hxx
@@ -69,7 +69,7 @@ class SW_DLLPUBLIC SwAuthorityFieldType final : public SwFieldType
LanguageType m_eLanguage;
OUString m_sSortAlgorithm;
- virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override;
+ virtual void SwClientNotify(const SwModify&, const SfxHint&) override;
public:
SwAuthorityFieldType(SwDoc* pDoc);