summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2023-12-14 15:13:29 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-12-14 17:54:07 +0100
commita2135cbf8cb7cdf43b83992aba10d95dd0cad76c (patch)
tree21a10fc5accc6eff95ab6167e9a20663151facda /sd
parent78da3fde2df128d8d7caa2acd97d56cb374daf57 (diff)
Regression typo closewise->clockwise in sd/CustomAnimationDialog
Regression from a756bd31dd2da1ef134d80b2dc276cb0be228aba https://cgit.freedesktop.org/libreoffice/core/commit/?id=a756bd31dd2da1ef134d80b2dc276cb0be228aba Change-Id: Ia5fc84250eb64016f028f3ffe8b3dc581733904d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160790 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx
index f546fcd951d0..7ed2f4590452 100644
--- a/sd/source/ui/animations/CustomAnimationDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationDialog.cxx
@@ -528,7 +528,7 @@ void SdRotationPropertyBox::updateMenu()
mxControl->set_item_active("360", nValue == 360);
mxControl->set_item_active("720", nValue == 720);
- mxControl->set_item_active("closewise", bDirection);
+ mxControl->set_item_active("clockwise", bDirection);
mxControl->set_item_active("counterclock", !bDirection);
}