include/svx/sdr/properties/properties.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a13e5ff9661a60c6e6032fb16a10350b67f4dde5 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jul 30 09:15:41 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jul 30 13:25:04 2024 +0200 Fix typo Change-Id: I637045d189aea162aec63297c1aed6372f09cd38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171229 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/svx/sdr/properties/properties.hxx b/include/svx/sdr/properties/properties.hxx index d15dda838009..0ae9a0e599ad 100644 --- a/include/svx/sdr/properties/properties.hxx +++ b/include/svx/sdr/properties/properties.hxx @@ -143,7 +143,7 @@ namespace sdr::properties // Set a new StyleSheet. Registers as listener at the StyleSheet to get knowledge // of StyleSheet changes. - // @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. virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) = 0;