diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/sdr/properties/properties.hxx | 2 |
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; |