diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 10:00:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 11:33:54 +0200 |
commit | 3550a459db6d633fccd5a8599b75662689d270c4 (patch) | |
tree | 620dee95fa677219091faa3ce08a8376c3452655 /io | |
parent | 67f5f45505458d0a22d14cf2c6f1e17bb2bd7932 (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: io
Change-Id: I150aa3666a9e1acf5fba445b9a709ccd9d8c7e85
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97593
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'io')
-rw-r--r-- | io/source/services.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/services.cxx b/io/source/services.cxx index c0da0ee8b3ad..9035cec86334 100644 --- a/io/source/services.cxx +++ b/io/source/services.cxx @@ -27,7 +27,7 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::registry; -static const struct ImplementationEntry g_entries[] = +const struct ImplementationEntry g_entries[] = { { io_acceptor::acceptor_CreateInstance, io_acceptor::acceptor_getImplementationName , |