From d558e6bd23014166c20981cf05b4f14d4d3239ca Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 26 Apr 2023 11:13:59 +0200 Subject: Fix typo Change-Id: I13e43e0cd7f3f3e31b581c5b3cec12f5c0634cdf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151043 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sw/source/core/layout/paintfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index a68f58eaf5d7..91cb4aaa11bc 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -7519,7 +7519,7 @@ void SwFrame::Retouch( const SwPageFrame * pPage, const SwRect &rRect ) const * considered for - adjusted to the frame, from which the background brush is * taken. * - * @parem bLowerMode + * @param bLowerMode * input parameter - boolean indicating, if background brush should *not* be * taken from parent. * -- cgit