summaryrefslogtreecommitdiff
path: root/remotebridges
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 16:20:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-01 21:22:10 +0200
commit8e50b9ca808e668d1f55d6b2dc517e6221fe1df7 (patch)
treecd848c9598a3a6a738e662e59ef016e6444a11ef /remotebridges
parent21a30e3f1172bef710ca017558dca670f0790013 (diff)
Upcoming improved loplugin:staticanonymous -> redundantstatic: remotebridges
Change-Id: I0204c51f456aa500d9132d4fa4fd877df0c2c442 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97634 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'remotebridges')
-rw-r--r--remotebridges/source/unourl_resolver/unourl_resolver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/remotebridges/source/unourl_resolver/unourl_resolver.cxx b/remotebridges/source/unourl_resolver/unourl_resolver.cxx
index d4eea66c0269..fee9e0dbdf78 100644
--- a/remotebridges/source/unourl_resolver/unourl_resolver.cxx
+++ b/remotebridges/source/unourl_resolver/unourl_resolver.cxx
@@ -141,7 +141,7 @@ static Reference< XInterface > ResolverImpl_create( const Reference< XComponentC
using namespace unourl_resolver;
-static const struct ImplementationEntry g_entries[] =
+const struct ImplementationEntry g_entries[] =
{
{
ResolverImpl_create, resolver_getImplementationName,