summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/afmtuno.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/afmtuno.cxx
parent4374e5c80525cd1a9d9ab04714ccbf2543a912ce (diff)
Mark as const
Change-Id: I2abf0a6887f916111895d172b0dffd54901c5aa2
Diffstat (limited to 'sc/source/ui/unoobj/afmtuno.cxx')
-rw-r--r--sc/source/ui/unoobj/afmtuno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/afmtuno.cxx b/sc/source/ui/unoobj/afmtuno.cxx
index 4ebb1d2cbbf6..091661cddb2e 100644
--- a/sc/source/ui/unoobj/afmtuno.cxx
+++ b/sc/source/ui/unoobj/afmtuno.cxx
@@ -71,7 +71,7 @@ using namespace ::com::sun::star;
static const SfxItemPropertyMapEntry* lcl_GetAutoFormatMap()
{
- static SfxItemPropertyMapEntry aAutoFormatMap_Impl[] =
+ static const SfxItemPropertyMapEntry aAutoFormatMap_Impl[] =
{
{MAP_CHAR_LEN(SC_UNONAME_INCBACK), 0, &::getBooleanCppuType(), 0, 0 },
{MAP_CHAR_LEN(SC_UNONAME_INCBORD), 0, &::getBooleanCppuType(), 0, 0 },
@@ -89,7 +89,7 @@ static const SfxItemPropertyMapEntry* lcl_GetAutoFormatMap()
static const SfxItemPropertyMapEntry* lcl_GetAutoFieldMap()
{
- static SfxItemPropertyMapEntry aAutoFieldMap_Impl[] =
+ static const SfxItemPropertyMapEntry aAutoFieldMap_Impl[] =
{
{MAP_CHAR_LEN(SC_UNONAME_CELLBACK), ATTR_BACKGROUND, &::getCppuType((const sal_Int32*)0), 0, MID_BACK_COLOR },
{MAP_CHAR_LEN(SC_UNONAME_CCOLOR), ATTR_FONT_COLOR, &::getCppuType((const sal_Int32*)0), 0, 0 },