diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 07:13:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 08:10:25 +0200 |
commit | 45898370bcf0dfb8bd303dc0922ebae604d59224 (patch) | |
tree | cb23d7411a1be24dad9948cf5dc989db0cbb9e7a /stoc/source/invocation_adapterfactory | |
parent | d72e9cc0d1a91bf6283dcc5d3d96ae16e7014454 (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: stoc
Change-Id: I993e4c0aef41b0925678d7744a989ad5539cc80e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97693
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'stoc/source/invocation_adapterfactory')
-rw-r--r-- | stoc/source/invocation_adapterfactory/iafactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/invocation_adapterfactory/iafactory.cxx b/stoc/source/invocation_adapterfactory/iafactory.cxx index e6a66cf8d126..cfa05e15e585 100644 --- a/stoc/source/invocation_adapterfactory/iafactory.cxx +++ b/stoc/source/invocation_adapterfactory/iafactory.cxx @@ -892,7 +892,7 @@ static Reference< XInterface > FactoryImpl_create( } -static const struct ::cppu::ImplementationEntry g_entries[] = +const struct ::cppu::ImplementationEntry g_entries[] = { { ::stoc_invadp::FactoryImpl_create, |