sw/source/core/unocore/unoparagraph.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bace77df5d6e65a4bdb5da1510ca4a05d5a015e4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jun 19 14:57:53 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 19 22:48:12 2024 +0200

    Fix typo
    
    Change-Id: I8f9ac262bf47bdc2f0d7937502e62b79118255b9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169223
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/core/unocore/unoparagraph.cxx 
b/sw/source/core/unocore/unoparagraph.cxx
index a11c98ed2bf3..8c2ec47bd6fd 100644
--- a/sw/source/core/unocore/unoparagraph.cxx
+++ b/sw/source/core/unocore/unoparagraph.cxx
@@ -819,7 +819,7 @@ SwXParagraph::Impl::GetPropertyValuesTolerant_Impl(
                     {
                         SwPaM aPam( rTextNode );
                         // handle properties that are not part of the attribute
-                        // and thus only pretended to be paragraph attributes
+                        // and thus only pretending to be paragraph attributes
                         beans::PropertyState eTemp;
                         const bool bDone =
                             SwUnoCursorHelper::getCursorPropertyValue(

Reply via email to