diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-19 13:04:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-22 07:55:32 +0200 |
commit | 7ea01578eed8459678369d0256de016930b3af40 (patch) | |
tree | 2b7f8c57f4693284ad7aad806b73b1994ac27838 /include/svx | |
parent | 8274c4c62df5b937b3f0bec9e1eeca85f3b219d4 (diff) |
loplugin:staticvar in soltools..svx
Change-Id: Ie9f36eb0e00aaee34a27f136ed903f8f87e52dcc
Reviewed-on: https://gerrit.libreoffice.org/61916
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/ShapeTypeHandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ShapeTypeHandler.hxx b/include/svx/ShapeTypeHandler.hxx index 53bcd538b836..e252ae30cc01 100644 --- a/include/svx/ShapeTypeHandler.hxx +++ b/include/svx/ShapeTypeHandler.hxx @@ -133,7 +133,7 @@ public: Array of new shape type descriptors. */ void AddShapeTypeList (int nDescriptorCount, - ShapeTypeDescriptor aDescriptorList[]); + ShapeTypeDescriptor const aDescriptorList[]); /// get the accessible base name for an object /// |