[Libreoffice-commits] core.git: sw/source
Bjoern Michaelsen (via logerrit)
logerrit at kemper.freedesktop.org
Sun Nov 1 09:34:06 UTC 2020
sw/source/core/attr/format.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a449fbbb207beab2657b19620b239b9e6f145396
Author: Bjoern Michaelsen <bjoern.michaelsen at libreoffice.org>
AuthorDate: Sat Oct 31 16:46:29 2020 +0100
Commit: Bjoern Michaelsen <bjoern.michaelsen at libreoffice.org>
CommitDate: Sun Nov 1 10:33:31 2020 +0100
SwFormat: remove last ModifyNotification
Change-Id: Iaa2b7710c7848855541bd3ea5fd83122077253bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105105
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen at libreoffice.org>
diff --git a/sw/source/core/attr/format.cxx b/sw/source/core/attr/format.cxx
index 5d23ca14303a..6713ae28f065 100644
--- a/sw/source/core/attr/format.cxx
+++ b/sw/source/core/attr/format.cxx
@@ -202,7 +202,7 @@ void SwFormat::CopyAttrs( const SwFormat& rFormat )
SwAttrSetChg aChgOld( m_aSet, aOld );
SwAttrSetChg aChgNew( m_aSet, aNew );
- ModifyNotification( &aChgOld, &aChgNew ); // send all modified ones
+ SwClientNotify(*this, sw::LegacyModifyHint(&aChgOld, &aChgNew)); // send all modified ones
}
}
More information about the Libreoffice-commits
mailing list