[Libreoffice-commits] core.git: include/codemaker

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 27 07:42:55 UTC 2020


 include/codemaker/global.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 142a5ed429d3b159a3538c372ec51af3605db942
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Aug 26 19:31:00 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Aug 27 09:42:14 2020 +0200

    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 at collabora.co.uk>

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;
 


More information about the Libreoffice-commits mailing list