diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-07-22 20:57:11 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-07-22 21:03:55 +0900 |
commit | bddd4d45989067e58589519c497e03ff443094e9 (patch) | |
tree | 41e4eadda19dab42bd976115eef7562b36e287eb /xmlscript | |
parent | fb7b24dc5affb4f29f61a8716c97370951ccba80 (diff) |
Mark as const
Change-Id: I2746b92b1360c3c181879a81f653c44ef609f351
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/misc/unoservices.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx index caad402dbe4b..e0c3a8766399 100644 --- a/xmlscript/source/misc/unoservices.cxx +++ b/xmlscript/source/misc/unoservices.cxx @@ -60,7 +60,7 @@ namespace xmlscript // ----------------------------------------------------------------------------- - static struct ::cppu::ImplementationEntry s_entries [] = + static const struct ::cppu::ImplementationEntry s_entries [] = { { create_DocumentHandlerImpl, getImplementationName_DocumentHandlerImpl, |