diff options
-rw-r--r-- | lingucomponent/source/languageguessing/guesslang.cxx | 2 | ||||
-rw-r--r-- | lingucomponent/source/numbertext/numbertext.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/languageguessing/guesslang.cxx b/lingucomponent/source/languageguessing/guesslang.cxx index 7e9d1999b919..4f73e5e008a2 100644 --- a/lingucomponent/source/languageguessing/guesslang.cxx +++ b/lingucomponent/source/languageguessing/guesslang.cxx @@ -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, diff --git a/lingucomponent/source/numbertext/numbertext.cxx b/lingucomponent/source/numbertext/numbertext.cxx index 34e7694601a3..71927a7ac9c7 100644 --- a/lingucomponent/source/numbertext/numbertext.cxx +++ b/lingucomponent/source/numbertext/numbertext.cxx @@ -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 }, |