summaryrefslogtreecommitdiff
path: root/shell/source/backends/localebe
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 23:46:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-02 07:10:24 +0200
commitb0a21fb21f7a3ce4aca2db1eaa839e4b6fc5ed6d (patch)
treed094fe03e645407807e4ff0f36ea9ef248621d86 /shell/source/backends/localebe
parentd563b9a5960e9bfe7077ee5aca44966d0bb3e2f1 (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'shell/source/backends/localebe')
-rw-r--r--shell/source/backends/localebe/localebecdef.cxx2
1 files changed, 1 insertions, 1 deletions
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<uno::XInterface> createLocaleBackend(
}
-static const cppu::ImplementationEntry kImplementations_entries[] =
+const cppu::ImplementationEntry kImplementations_entries[] =
{
{
createLocaleBackend,