diff options
author | Arkadiy Illarionov <qarkai@gmail.com> | 2018-06-20 22:40:45 +0300 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-23 13:13:14 +0200 |
commit | 6441c2f2e20bc424c6a4cd1c2d704710e4d80346 (patch) | |
tree | 83859a71b3f28a6305030e369c88a7f22b0918da /shell/inc | |
parent | 849d5d9903e54c92682227dfad545664e4bbda53 (diff) |
tdf#96099 Remove trivial std::vector typedefs in sd, sfx2, shell
Change-Id: Ib3708c9650f273de4a2f549d2ce9f2465bd37d6c
Reviewed-on: https://gerrit.libreoffice.org/56206
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell/inc')
-rw-r--r-- | shell/inc/types.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/inc/types.hxx b/shell/inc/types.hxx index bfc0cd94324a..6834bc60963d 100644 --- a/shell/inc/types.hxx +++ b/shell/inc/types.hxx @@ -25,8 +25,6 @@ #include <utility> #include <vector> -typedef std::vector<std::wstring> StringList_t; - //+------------------------------------------------------------------------- // Declare: XmlTagAttributes_t, xml tag attribute struct // XmlTag_t, xml tag including content and attributes. |