summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-05-19 20:41:49 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-05-19 21:17:16 +0200
commitc4adc2cffe5758b45633522b2ac42948b54f93c8 (patch)
tree87a60c7153ee534a4ace0021ab71cc60d9060a25 /sd
parent790135003b03b38a14efb7e0d345188607020a99 (diff)
Fix typos
Change-Id: I800e966cee8343099fb79f08959ba246a831aee0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115826 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx
index f6cd3422fd21..1fb22575975e 100644
--- a/sd/source/ui/animations/CustomAnimationDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationDialog.cxx
@@ -691,8 +691,8 @@ void SdScalePropertyBox::setValue(const Any& rValue, const OUString&)
aValues.First >>= fValue1;
aValues.Second >>= fValue2;
- // 'Size' drop down menu set by mnDirectioin when loading Grow and Shrink Animation
- // Shouldn't compare a float directly to zero...should be fixed with delta epsilon compare
+ // 'Size' drop down menu set by mnDirection when loading Grow and Shrink Animation
+ // Shouldn't compare a float directly to zero... should be fixed with delta epsilon compare
// Might be better to just have a flag in the content.xml for this
if( (fValue1 == 0.0) && (fValue2 == 0.0) )
mnDirection = 3; // assume 'Both' scaling option when both are zero