From 93161eed833913dfef9d9e125952ffd0ff66ac13 Mon Sep 17 00:00:00 2001 From: Mark Hung Date: Mon, 18 Nov 2019 00:48:06 +0800 Subject: sd: fix typo maEffectDiscriptorMap -> maEffectDescriptorMap; Change-Id: Ie0e8dc67969ca680e80c544f954d3bef9adbcb33 Reviewed-on: https://gerrit.libreoffice.org/83078 Tested-by: Jenkins Reviewed-by: Mark Hung --- sd/inc/CustomAnimationPreset.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/inc') 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; -- cgit