summaryrefslogtreecommitdiff
path: root/sw/source/core/fields
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/source/core/fields
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/source/core/fields')
-rw-r--r--sw/source/core/fields/authfld.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/fields/authfld.cxx b/sw/source/core/fields/authfld.cxx
index 7efac3af55f3..e00c727962cc 100644
--- a/sw/source/core/fields/authfld.cxx
+++ b/sw/source/core/fields/authfld.cxx
@@ -411,11 +411,11 @@ void SwAuthorityFieldType::PutValue( const Any& rAny, sal_uInt16 nWhichId )
}
}
-void SwAuthorityFieldType::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew )
+void SwAuthorityFieldType::SwClientNotify(const SwModify&, const SfxHint& rHint)
{
//re-generate positions of the fields
DelSequenceArray();
- NotifyClients( pOld, pNew );
+ CallSwClientNotify(rHint);
}
sal_uInt16 SwAuthorityFieldType::GetSortKeyCount() const