summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/tokenuno.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-07-09 09:27:34 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-07-09 09:33:40 +0900
commitb1c4046379b888bf3a82fbd31287ee3a68439968 (patch)
tree32fa198684d8482a3843db906bed67bc061b5e37 /sc/source/ui/unoobj/tokenuno.cxx
parent4374e5c80525cd1a9d9ab04714ccbf2543a912ce (diff)
Mark as const
Change-Id: I2abf0a6887f916111895d172b0dffd54901c5aa2
Diffstat (limited to 'sc/source/ui/unoobj/tokenuno.cxx')
-rw-r--r--sc/source/ui/unoobj/tokenuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/tokenuno.cxx b/sc/source/ui/unoobj/tokenuno.cxx
index bb49faf9d49d..f4d53d530a10 100644
--- a/sc/source/ui/unoobj/tokenuno.cxx
+++ b/sc/source/ui/unoobj/tokenuno.cxx
@@ -49,7 +49,7 @@ using namespace ::com::sun::star;
static const SfxItemPropertyMapEntry* lcl_GetFormulaParserMap()
{
- static SfxItemPropertyMapEntry aFormulaParserMap_Impl[] =
+ static const SfxItemPropertyMapEntry aFormulaParserMap_Impl[] =
{
{MAP_CHAR_LEN(SC_UNO_COMPILEFAP), 0, &getBooleanCppuType(), 0, 0 },
{MAP_CHAR_LEN(SC_UNO_COMPILEENGLISH), 0, &getBooleanCppuType(), 0, 0 },