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 /sd/inc | |
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 'sd/inc')
-rw-r--r-- | sd/inc/EffectMigration.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/inc/EffectMigration.hxx b/sd/inc/EffectMigration.hxx index 0cd2f9d57195..62c6a355ce88 100644 --- a/sd/inc/EffectMigration.hxx +++ b/sd/inc/EffectMigration.hxx @@ -29,6 +29,7 @@ class SvxShape; class SdAnimationInfo; class SdrObject; class SdrPathObj; +class SdrObjGroup; namespace sd { @@ -71,6 +72,7 @@ public: static sal_Bool GetSoundOn( SvxShape* pShape ); static void SetAnimationPath( SvxShape* pShape, SdrPathObj* pPathObj ); + static void CreateAnimatedGroup(SdrObjGroup& rGroupObj, SdPage& rPage); }; } // end of namespace sd |