diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-18 11:54:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-19 07:57:37 +0200 |
commit | a22d32644be3fede66558df997e4c75ed96b2fa8 (patch) | |
tree | ba48bdf17635b3808080199254339e87afa9175c /xmloff/qa | |
parent | 3e2e49074a59abbc9733e0c6e6914f902dd81664 (diff) |
loplugin:staticvar in xmloff
Change-Id: I283d162807a906334627613be7c340af566144f1
Reviewed-on: https://gerrit.libreoffice.org/61921
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/qa')
-rw-r--r-- | xmloff/qa/unit/uxmloff.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/qa/unit/uxmloff.cxx b/xmloff/qa/unit/uxmloff.cxx index 258a921ae1c6..4cba6e41fc16 100644 --- a/xmloff/qa/unit/uxmloff.cxx +++ b/xmloff/qa/unit/uxmloff.cxx @@ -105,7 +105,7 @@ void Test::testMetaGenerator() comphelper::GenericPropertySet_CreateInstance( new comphelper::PropertySetInfo(aInfoMap))); - struct { + static struct { char const*const generator; char const*const buildId; sal_uInt16 const result; |