summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-29 15:04:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-02 08:39:44 +0200
commit468e8d53fbb07dce271a1f7fabf5711993e01eb7 (patch)
tree60a0474d2789904e17ff22623f01175c11836647 /linguistic
parente9dbdc9fc6ff943650e6e18986ed1cce913971ef (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')
-rw-r--r--linguistic/source/lngsvcmgr.cxx3
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;