diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-17 09:30:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-17 10:46:12 +0200 |
commit | bb480f77b8a65e7e52b53e601e536f55fa55f44b (patch) | |
tree | 6e6052573afb6246d476dd087a461df6d224b43a /cppuhelper | |
parent | 1d63be277eb7daedc7c59850ab53b6341352d0fd (diff) |
loplugin:staticvar in cppuhelper..desktop
Change-Id: I21cf6bafab6e865b90b29caa73183a8e00b538d1
Reviewed-on: https://gerrit.libreoffice.org/61865
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/servicemanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/servicemanager.cxx b/cppuhelper/source/servicemanager.cxx index 6c64911a5270..3fac957ebc3a 100644 --- a/cppuhelper/source/servicemanager.cxx +++ b/cppuhelper/source/servicemanager.cxx @@ -1993,7 +1993,7 @@ void cppuhelper::ServiceManager::preloadImplementations() { std::cerr << std::endl; // Various rather important uno mappings. - struct { + static struct { const char *mpFrom; const char *mpTo; const char *mpPurpose; |