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>
This commit is contained in:
parent
67f5f45505
commit
3550a459db
1 changed files with 1 additions and 1 deletions
|
@ -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 ,
|
||||
|
|
Loading…
Reference in a new issue