summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-07-30 09:16:54 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-07-30 13:25:22 +0200
commit4e246af74bb4cf8d3efe3462fbf97594a9a6f66c (patch)
tree8c8448fa0711c07e77067726a87ea3f499226d40 /include
parenta13e5ff9661a60c6e6032fb16a10350b67f4dde5 (diff)
Fix typo
Change-Id: I3d42b46e8f1c83a1979f04e8b4c103b9e181b467 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171232 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdobj.hxx2
1 files changed, 1 insertions, 1 deletions
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;