diff options
author | Mark Hung <marklh9@gmail.com> | 2019-11-18 00:48:06 +0800 |
---|---|---|
committer | Mark Hung <marklh9@gmail.com> | 2019-11-30 14:59:22 +0100 |
commit | 93161eed833913dfef9d9e125952ffd0ff66ac13 (patch) | |
tree | a05cd76976607d05bfc564d28312dafb3d9fb32e /sd/inc | |
parent | b17d6452667d9be8fcbb9c84d042da66713230ea (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.hxx | 2 |
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; |