From b0a21fb21f7a3ce4aca2db1eaa839e4b6fc5ed6d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Jul 2020 23:46:41 +0200 Subject: Upcoming improved loplugin:staticanonymous -> redundantstatic: shell Change-Id: Ieb0abded6050cdb8a179ea1558bd17fa14ebb64b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97665 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- shell/source/backends/localebe/localebecdef.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/source/backends/localebe') diff --git a/shell/source/backends/localebe/localebecdef.cxx b/shell/source/backends/localebe/localebecdef.cxx index fbbd63690d55..ed6e4c98b699 100644 --- a/shell/source/backends/localebe/localebecdef.cxx +++ b/shell/source/backends/localebe/localebecdef.cxx @@ -33,7 +33,7 @@ static uno::Reference createLocaleBackend( } -static const cppu::ImplementationEntry kImplementations_entries[] = +const cppu::ImplementationEntry kImplementations_entries[] = { { createLocaleBackend, -- cgit