include/svx/svdotext.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3f8b4f328b1dfef64bada82069a56e6d1fa63eb1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jul 30 09:16:25 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jul 30 13:24:45 2024 +0200

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

diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index ba9e9783e146..c9184def420e 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -519,7 +519,7 @@ public:
     virtual EEAnchorMode GetOutlinerViewAnchorMode() const;
 
     virtual void NbcSetOutlinerParaObject(std::optional<OutlinerParaObject> 
pTextObject) override;
-    // @param bAdjustTextFrameWidthAndHeight pass false if you know it it safe 
to avoid the cost of doing
+    // @param bAdjustTextFrameWidthAndHeight pass false if you know it is safe 
to avoid the cost of doing
     //              text layout right now.
     void NbcSetOutlinerParaObjectForText( std::optional<OutlinerParaObject> 
pTextObject, SdrText* pText, bool bAdjustTextFrameWidthAndHeight = true );
     virtual OutlinerParaObject* GetOutlinerParaObject() const override;

Reply via email to