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:
parent
80496ca9cd
commit
5ab5f2d865
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue