diff options
author | Armin Le Grand <alg@apache.org> | 2014-02-15 01:16:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-17 10:53:36 +0000 |
commit | a51929600789af4d67e4f52226f8f5ae13ed58ba (patch) | |
tree | 01ae09c4ff0eef01eafb1b967dd9bd6d70298b0c /xmloff/source/draw | |
parent | f4b2c6f564a5e1e471fbd4276d9301b20e45d36d (diff) |
Resolves: #i42894# added support for <presentation:animations>...
at import and creation
(cherry picked from commit 0f11a9d487744af6c50e9f1d547c22cd4bdeab48)
Conflicts:
sd/source/core/EffectMigration.cxx
sd/source/ui/dlg/animobjs.cxx
sd/source/ui/unoidl/unoobj.cxx
Change-Id: Ib498bf718d40501cbab71a700342343df68a6ee9
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/animimp.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/draw/animimp.cxx b/xmloff/source/draw/animimp.cxx index 9a90f0b86cf7..8c5deb9410de 100644 --- a/xmloff/source/draw/animimp.cxx +++ b/xmloff/source/draw/animimp.cxx @@ -597,8 +597,9 @@ void XMLAnimationsEffectContext::EndElement() aAny <<= (sal_Bool)sal_True; xSet->setPropertyValue( mpImpl->msIsAnimation, aAny ); - aAny <<= meSpeed; - xSet->setPropertyValue( mpImpl->msSpeed, aAny ); + // #i42894# speed is not supported for the old group animation fallback, so no need to set it + // aAny <<= meSpeed; + // xSet->setPropertyValue( mpImpl->msSpeed, aAny ); } else { |