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 /dbaccess/source/ext | |
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 'dbaccess/source/ext')
-rw-r--r-- | dbaccess/source/ext/macromigration/migrationengine.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ext/macromigration/migrationengine.cxx b/dbaccess/source/ext/macromigration/migrationengine.cxx index 8e17e81c6f58..c6ab355c5c72 100644 --- a/dbaccess/source/ext/macromigration/migrationengine.cxx +++ b/dbaccess/source/ext/macromigration/migrationengine.cxx @@ -184,7 +184,7 @@ namespace dbmm { } }; - const LanguageMapping aLanguageMapping[] = + static const LanguageMapping aLanguageMapping[] = { LanguageMapping( "JavaScript", eJavaScript ), LanguageMapping( "BeanShell", eBeanShell ), |