summaryrefslogtreecommitdiffstats
path: root/filter/source
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source')
-rw-r--r--filter/source/flash/swfexporter.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/source/flash/swfexporter.hxx b/filter/source/flash/swfexporter.hxx
index 589fd085a397..3d33e26cef42 100644
--- a/filter/source/flash/swfexporter.hxx
+++ b/filter/source/flash/swfexporter.hxx
@@ -111,7 +111,6 @@ struct ShapeAnimationInfo
ShapeAnimationInfo( ShapeInfo* pShapeInfo, sal_uInt16 nDepth ) : mpShapeInfo( pShapeInfo ), mnDepth( nDepth ) {}
};
-typedef std::vector<ShapeAnimationInfo> ShapeAnimationInfoVector;