From 4f0f1b6b5554f49dfe8cca1088d3e5b342b4fd2a Mon Sep 17 00:00:00 2001 From: Asela Dasanayaka Date: Thu, 13 Oct 2016 14:42:16 +0530 Subject: tdf#96099 Reduce no of typedefs used for trivial containers Removed various pinter typedefs in idlc module Change-Id: Id850558a4550085d47a5e1122b1ce871f15956f2 Reviewed-on: https://gerrit.libreoffice.org/29754 Tested-by: Jenkins Reviewed-by: Noel Grandin --- idlc/inc/idlctypes.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'idlc/inc/idlctypes.hxx') diff --git a/idlc/inc/idlctypes.hxx b/idlc/inc/idlctypes.hxx index 12c665cc0ef9..931afbfb5c3d 100644 --- a/idlc/inc/idlctypes.hxx +++ b/idlc/inc/idlctypes.hxx @@ -30,9 +30,6 @@ #include #include -typedef ::std::list< OString > StringList; -typedef ::std::vector< OString > StringVector; -typedef ::std::set< OString > StringSet; class AstDeclaration; -- cgit