summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/pptexanimations.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/pptexanimations.hxx')
-rw-r--r--sd/source/filter/eppt/pptexanimations.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/eppt/pptexanimations.hxx b/sd/source/filter/eppt/pptexanimations.hxx
index 05583164b2d5..a3b12f968cb9 100644
--- a/sd/source/filter/eppt/pptexanimations.hxx
+++ b/sd/source/filter/eppt/pptexanimations.hxx
@@ -33,7 +33,7 @@
#include <memory>
-#include <list>
+#include <vector>
class SvStream;
@@ -107,7 +107,7 @@ class AnimationExporter
static css::uno::Reference< css::animations::XAnimationNode > createAfterEffectNodeClone( const css::uno::Reference< css::animations::XAnimationNode >& xNode );
- std::list< AfterEffectNodePtr > maAfterEffectNodes;
+ std::vector< AfterEffectNodePtr > maAfterEffectNodes;
public:
AnimationExporter( const EscherSolverContainer& rSolverContainer, ppt::ExSoundCollection& rExSoundCollection );