Upcoming improved loplugin:staticanonymous -> redundantstatic: lingucomponent

Change-Id: I70423a669527f2ce6ec25f58b8c409c0e2231962
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97604
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2020-07-01 11:35:26 +02:00
parent 80496ca9cd
commit 5ab5f2d865
2 changed files with 2 additions and 2 deletions

View file

@ -333,7 +333,7 @@ static Reference< XInterface > LangGuess_Impl_create(
}
//#### EXPORTED ### functions to allow for registration and creation of the UNO component
static const struct ::cppu::ImplementationEntry s_component_entries [] =
const struct ::cppu::ImplementationEntry s_component_entries [] =
{
{
LangGuess_Impl_create, getImplementationName_LangGuess_Impl,

View file

@ -175,7 +175,7 @@ static Reference<XInterface> NumberText_Impl_create(Reference<XComponentContext>
}
//#### EXPORTED ### functions to allow for registration and creation of the UNO component
static const struct ::cppu::ImplementationEntry s_component_entries[]
const struct ::cppu::ImplementationEntry s_component_entries[]
= { { NumberText_Impl_create, getImplementationName_NumberText_Impl,
getSupportedServiceNames_NumberText_Impl, ::cppu::createSingleComponentFactory, nullptr,
0 },