[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Dec 15 19:21:01 UTC 2020
sw/source/core/text/txtfrm.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f012855cb6d845e8efcb6292d55542bd06273875
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Dec 14 11:18:01 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Dec 15 20:20:24 2020 +0100
Fix typo
Change-Id: I41e1d5a251e29908d0001824d376966644c36c21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107680
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/core/text/txtfrm.cxx b/sw/source/core/text/txtfrm.cxx
index 59b287e66498..2bb64a561c99 100644
--- a/sw/source/core/text/txtfrm.cxx
+++ b/sw/source/core/text/txtfrm.cxx
@@ -1957,7 +1957,7 @@ static bool hasA11yRelevantAttribute( const std::vector<sal_uInt16>& rWhichFmtAt
// as their implementation of SwClientNotify is SwClient's which calls Modify.
// Therefore we also don't need to call SwClient::SwClientNotify(rModify, rHint)
// because that's all it does, and this implementation calls
-// SwContentFrame::SwClientNotifyy() when appropriate.
+// SwContentFrame::SwClientNotify() when appropriate.
void SwTextFrame::SwClientNotify(SwModify const& rModify, SfxHint const& rHint)
{
SfxPoolItem const* pOld(nullptr);
More information about the Libreoffice-commits
mailing list