summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-08-12 09:16:31 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-08-12 09:23:52 +0900
commit12b1d1cda3332a09476f703629fef372c2b06b2a (patch)
tree8846f4bf1c7d60069e3ed79e22ade2c1aeed5f3f /lingucomponent
parentcc569401a45e7977aed2aa169b2e2c86d2f06da4 (diff)
Mark as const
Change-Id: I9277052ee9c6197cef7a46bd8f3ab9c5515c2502
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/languageguessing/guesslang.cxx2
1 files changed, 1 insertions, 1 deletions
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,