include/svx/svdobj.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4f0c25dda41b5a8f418c1e283a4a85143393ae4c Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jul 30 09:16:41 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jul 30 13:25:41 2024 +0200 Fix typo Change-Id: I908619bca56ac82b4f6696736907a51fbe825ddc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171231 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index 80c6bdb1525f..33208177019b 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -564,7 +564,7 @@ public: // Logic Rect: for the Rect for instance without regard to rotation angle, shear, ... virtual const tools::Rectangle& GetLogicRect() const; virtual void SetLogicRect(const tools::Rectangle& rRect); - // @param bAdaptTextMinSize pass false if you know it it safe to avoid the cost of doing + // @param bAdaptTextMinSize pass false if you know it is safe to avoid the cost of doing // text layout right now. virtual void NbcSetLogicRect(const tools::Rectangle& rRect, bool bAdaptTextMinSize = true);