summaryrefslogtreecommitdiffstats
path: root/filter/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-27 07:32:01 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-01-28 06:19:49 +0000
commitfe480d8136b204c8dc6c68916cce7e816f8b9c48 (patch)
tree656e9239fa6a93099148d3806c1af93007059769 /filter/source
parentCppunitTest_dbaccess_RowSetClones uses HSQLDB and thus Java (diff)
downloadcore-fe480d8136b204c8dc6c68916cce7e816f8b9c48.tar.gz
core-fe480d8136b204c8dc6c68916cce7e816f8b9c48.zip
remove unused typedefs
found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
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;