summaryrefslogtreecommitdiffstats
path: root/formula
diff options
context:
space:
mode:
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/api/services.cxx2
1 files changed, 1 insertions, 1 deletions
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 }