From ef5b895afe63eae029363ddb5d7960d7e34e5e35 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 17 Oct 2018 09:31:51 +0200 Subject: loplugin:staticvar in editeng..framework Change-Id: I8e555a98f74f61e6e40122564b7ad19ca07a8a91 Reviewed-on: https://gerrit.libreoffice.org/61866 Tested-by: Jenkins Reviewed-by: Noel Grandin --- formula/source/core/api/services.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'formula') diff --git a/formula/source/core/api/services.cxx b/formula/source/core/api/services.cxx index 9010ee8be870..2e885fea41cd 100644 --- a/formula/source/core/api/services.cxx +++ b/formula/source/core/api/services.cxx @@ -33,7 +33,7 @@ using namespace ::com::sun::star::registry; namespace { -cppu::ImplementationEntry entries[] = { +cppu::ImplementationEntry const entries[] = { { &FormulaOpCodeMapperObj::create, &FormulaOpCodeMapperObj::getImplementationName_Static, &FormulaOpCodeMapperObj::getSupportedServiceNames_Static, &cppu::createSingleComponentFactory, nullptr, 0 }, { nullptr, nullptr, nullptr, nullptr, nullptr, 0 } -- cgit