From 7ea01578eed8459678369d0256de016930b3af40 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 19 Oct 2018 13:04:43 +0200 Subject: loplugin:staticvar in soltools..svx Change-Id: Ie9f36eb0e00aaee34a27f136ed903f8f87e52dcc Reviewed-on: https://gerrit.libreoffice.org/61916 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/ShapeTypeHandler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 /// -- cgit