summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-07-10 09:09:14 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-07-10 09:11:06 +0900
commit6a9aa432f53b53310ce56588508d151e15112b16 (patch)
tree61d5366d3be23004324463905a27d479255221f3 /sd/source/ui/unoidl
parent6e6634b87dc4873e42efb9e2577ffc59776866ec (diff)
Mark as const
Change-Id: I7fe1441dc09301604bc7a96fa5d63cfa8ca72874
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/unoobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx
index 1b9590be9a1b..2444d69e7afe 100644
--- a/sd/source/ui/unoidl/unoobj.cxx
+++ b/sd/source/ui/unoidl/unoobj.cxx
@@ -258,7 +258,7 @@ static SdTypesCache gImplTypesCache;
}
static const SfxItemPropertyMapEntry* lcl_GetEmpty_SdXShapePropertyMap_Impl()
{
- static SfxItemPropertyMapEntry aEmpty_SdXShapePropertyMap_Impl[] =
+ static const SfxItemPropertyMapEntry aEmpty_SdXShapePropertyMap_Impl[] =
{
{ 0,0,0,0,0,0}
};