summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorMark Hung <marklh9@gmail.com>2019-11-18 00:48:06 +0800
committerMark Hung <marklh9@gmail.com>2019-11-30 14:59:22 +0100
commit93161eed833913dfef9d9e125952ffd0ff66ac13 (patch)
treea05cd76976607d05bfc564d28312dafb3d9fb32e /sd/inc
parentb17d6452667d9be8fcbb9c84d042da66713230ea (diff)
sd: fix typo maEffectDiscriptorMap -> maEffectDescriptorMap;
Change-Id: Ie0e8dc67969ca680e80c544f954d3bef9adbcb33 Reviewed-on: https://gerrit.libreoffice.org/83078 Tested-by: Jenkins Reviewed-by: Mark Hung <marklh9@gmail.com>
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/CustomAnimationPreset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/CustomAnimationPreset.hxx b/sd/inc/CustomAnimationPreset.hxx
index ad21b7a00d4a..220dedb9b0e3 100644
--- a/sd/inc/CustomAnimationPreset.hxx
+++ b/sd/inc/CustomAnimationPreset.hxx
@@ -118,7 +118,7 @@ private:
private:
css::uno::Reference< css::animations::XAnimationNode > mxRootNode;
- EffectDescriptorMap maEffectDiscriptorMap;
+ EffectDescriptorMap maEffectDescriptorMap;
UStringMap maEffectNameMap;
UStringMap maPropertyNameMap;