diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-29 15:04:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-06-02 08:39:44 +0200 |
commit | 468e8d53fbb07dce271a1f7fabf5711993e01eb7 (patch) | |
tree | 60a0474d2789904e17ff22623f01175c11836647 /linguistic/source/lngsvcmgr.cxx | |
parent | e9dbdc9fc6ff943650e6e18986ed1cce913971ef (diff) |
inline some use-once typedefs
Change-Id: I335e0c5cf7944efa487e4535a9e6a5baab2f36dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95140
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic/source/lngsvcmgr.cxx')
-rw-r--r-- | linguistic/source/lngsvcmgr.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index 16581700d890..e5f6fd3aa4e9 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -614,8 +614,7 @@ void LngSvcMgr::UpdateAll() using lang::Locale; using uno::Sequence; - typedef Sequence< OUString > Sequence_OUString_t; - typedef std::map< OUString, Sequence_OUString_t > list_entry_map_t; + typedef std::map< OUString, Sequence< OUString > > list_entry_map_t; SvtLinguConfig aCfg; |