summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-07-30 09:15:41 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-07-30 13:25:04 +0200
commita13e5ff9661a60c6e6032fb16a10350b67f4dde5 (patch)
tree42ee97e28a99c962d65712a385f5b7542e180561 /include/svx
parent3f8b4f328b1dfef64bada82069a56e6d1fa63eb1 (diff)
Fix typo
Change-Id: I637045d189aea162aec63297c1aed6372f09cd38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171229 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/sdr/properties/properties.hxx2
1 files changed, 1 insertions, 1 deletions
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;