summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/fmtuno.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/fmtuno.cxx
parent4374e5c80525cd1a9d9ab04714ccbf2543a912ce (diff)
Mark as const
Change-Id: I2abf0a6887f916111895d172b0dffd54901c5aa2
Diffstat (limited to 'sc/source/ui/unoobj/fmtuno.cxx')
-rw-r--r--sc/source/ui/unoobj/fmtuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/fmtuno.cxx b/sc/source/ui/unoobj/fmtuno.cxx
index 67a2ad82323f..6b38aee605ee 100644
--- a/sc/source/ui/unoobj/fmtuno.cxx
+++ b/sc/source/ui/unoobj/fmtuno.cxx
@@ -46,7 +46,7 @@ using namespace ::formula;
static const SfxItemPropertyMapEntry* lcl_GetValidatePropertyMap()
{
- static SfxItemPropertyMapEntry aValidatePropertyMap_Impl[] =
+ static const SfxItemPropertyMapEntry aValidatePropertyMap_Impl[] =
{
{MAP_CHAR_LEN(SC_UNONAME_ERRALSTY), 0, &getCppuType((sheet::ValidationAlertStyle*)0), 0, 0},
{MAP_CHAR_LEN(SC_UNONAME_ERRMESS), 0, &getCppuType((OUString*)0), 0, 0},