From 12b1d1cda3332a09476f703629fef372c2b06b2a Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 12 Aug 2013 09:16:31 +0900 Subject: Mark as const Change-Id: I9277052ee9c6197cef7a46bd8f3ab9c5515c2502 --- lingucomponent/source/languageguessing/guesslang.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingucomponent/source/languageguessing') diff --git a/lingucomponent/source/languageguessing/guesslang.cxx b/lingucomponent/source/languageguessing/guesslang.cxx index d8777c6464aa..b5370e7654b1 100644 --- a/lingucomponent/source/languageguessing/guesslang.cxx +++ b/lingucomponent/source/languageguessing/guesslang.cxx @@ -401,7 +401,7 @@ Reference< XInterface > SAL_CALL LangGuess_Impl_create( //#### EXPORTED ### functions to allow for registration and creation of the UNO component //################################################################################################## -static struct ::cppu::ImplementationEntry s_component_entries [] = +static const struct ::cppu::ImplementationEntry s_component_entries [] = { { LangGuess_Impl_create, getImplementationName_LangGuess_Impl, -- cgit