include/svx/svdobj.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4e246af74bb4cf8d3efe3462fbf97594a9a6f66c Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jul 30 09:16:54 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jul 30 13:25:22 2024 +0200 Fix typo Change-Id: I3d42b46e8f1c83a1979f04e8b4c103b9e181b467 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171232 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index 5519b7ff4493..80c6bdb1525f 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -621,7 +621,7 @@ public: // if bDontRemoveHardAttr is false, set all attributes, which were set in the style sheet, to their default value // if true, all hard attributes keep their values void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr); - // @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 NbcSetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, bool bAdjustTextFrameWidthAndHeight = true); SfxStyleSheet* GetStyleSheet() const;