summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-26 19:31:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-27 09:42:14 +0200
commit142a5ed429d3b159a3538c372ec51af3605db942 (patch)
treeb9fc38f5bd929b2f2ce969fdb43705634443d94f
parent947b7357cc2bb0bd591e4519fa43c4b4bc3cbf2a (diff)
remove unused StringList typedef
Change-Id: I432a6d35c204eedc040d38dbdd49b837ba61416e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101436 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--include/codemaker/global.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/codemaker/global.hxx b/include/codemaker/global.hxx
index 256b3786ce90..358db5da7eda 100644
--- a/include/codemaker/global.hxx
+++ b/include/codemaker/global.hxx
@@ -28,7 +28,6 @@
#include <rtl/ustring.hxx>
#include <rtl/strbuf.hxx>
-typedef ::std::list< ::rtl::OString > StringList;
typedef ::std::vector< ::rtl::OString > StringVector;
typedef ::std::set< ::rtl::OString > StringSet;