diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-09-14 11:54:10 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-09-14 12:01:10 +0200 |
commit | dcffba40f8c46820ef589aaca97ba93a9323bf71 (patch) | |
tree | 85e8d1f34fcda47cc14d2d9b51b6d235c9aeb7f0 /svx | |
parent | 32d83c950b6a21ba6564cde34d79e166af9ae25f (diff) |
Fix typo
Change-Id: Ib41626ba675ced889bbc6fe4047e68a1d2ad529d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139918
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdoashp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx index 30d959b865e9..44ecb8fefded 100644 --- a/svx/source/svdraw/svdoashp.cxx +++ b/svx/source/svdraw/svdoashp.cxx @@ -514,7 +514,7 @@ double SdrObjCustomShape::GetExtraTextRotation( const bool bPreRotation ) const if ( pAny ) *pAny >>= fExtraTextRotateAngle; - // As long as the edit engine is not able to rendere these text directions we + // As long as the edit engine is not able to render these text directions we // emulate them by setting a suitable text pre-rotation. const SvxFrameDirectionItem& rDirectionItem = GetMergedItem(SDRATTR_WRITINGMODE2); if (rDirectionItem.GetValue() == SvxFrameDirection::Vertical_RL_TB90) |