summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorArkadiy Illarionov <qarkai@gmail.com>2018-06-01 22:59:47 +0300
committerTor Lillqvist <tml@collabora.com>2018-06-03 09:38:42 +0200
commit62667aac83bd743fa98a5eaa946cc8088335f66c (patch)
treeaf4442622bdf7d417a55e69c72d2fe44bfd18f17 /filter
parent10da3d817afd3f5d5c4f84cb814d56efc0678d43 (diff)
tdf#96099 Remove some trivial std::vector typedefs
Change-Id: I21171bd90b5e19fe8e5b8f2d125b6dfcb9a8b766 Reviewed-on: https://gerrit.libreoffice.org/55198 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/flash/swfwriter.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/source/flash/swfwriter.hxx b/filter/source/flash/swfwriter.hxx
index e5453c6b5882..da781c2cf4da 100644
--- a/filter/source/flash/swfwriter.hxx
+++ b/filter/source/flash/swfwriter.hxx
@@ -381,8 +381,7 @@ private:
/** holds the information of the objects defined in the movie stream
while executing defineShape
*/
- typedef std::vector<sal_uInt16> CharacterIdVector;
- CharacterIdVector maShapeIds;
+ std::vector<sal_uInt16> maShapeIds;
std::unique_ptr<Tag> mpTag;
std::unique_ptr<Sprite> mpSprite;