diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-07-09 09:27:34 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-07-09 09:33:40 +0900 |
commit | b1c4046379b888bf3a82fbd31287ee3a68439968 (patch) | |
tree | 32fa198684d8482a3843db906bed67bc061b5e37 /sc/source/ui/unoobj/confuno.cxx | |
parent | 4374e5c80525cd1a9d9ab04714ccbf2543a912ce (diff) |
Mark as const
Change-Id: I2abf0a6887f916111895d172b0dffd54901c5aa2
Diffstat (limited to 'sc/source/ui/unoobj/confuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/confuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/confuno.cxx b/sc/source/ui/unoobj/confuno.cxx index a6aa3321b9b3..a6f79e308eef 100644 --- a/sc/source/ui/unoobj/confuno.cxx +++ b/sc/source/ui/unoobj/confuno.cxx @@ -44,7 +44,7 @@ using namespace com::sun::star; static const SfxItemPropertyMapEntry* lcl_GetConfigPropertyMap() { - static SfxItemPropertyMapEntry aConfigPropertyMap_Impl[] = + static const SfxItemPropertyMapEntry aConfigPropertyMap_Impl[] = { {MAP_CHAR_LEN(SC_UNO_SHOWZERO), 0, &getBooleanCppuType(), 0, 0}, {MAP_CHAR_LEN(SC_UNO_SHOWNOTES), 0, &getBooleanCppuType(), 0, 0}, |