summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-08-15 22:04:05 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-08-15 22:09:58 +0900
commit7ef72aefc6f1bf522e0c3f9f2afda5ff7851e35e (patch)
treeeb51b70e78012113d274e3bedc67b6ebc7101c00 /oox
parent03f973ccefd07dbceaa4993206ee4f2f1296d321 (diff)
Mark as const
Change-Id: Ic7ee570935b5d827dc01a483877ea5021da5abea
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/customshapegeometry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/customshapegeometry.cxx b/oox/source/drawingml/customshapegeometry.cxx
index 6ad190d16a58..6952c06abb8b 100644
--- a/oox/source/drawingml/customshapegeometry.cxx
+++ b/oox/source/drawingml/customshapegeometry.cxx
@@ -61,7 +61,7 @@ struct FormularCommandNameTable
const char* pS;
FormularCommand pE;
};
-static FormularCommandNameTable pFormularCommandNameTable[] =
+static const FormularCommandNameTable pFormularCommandNameTable[] =
{
{ "*/", FC_MULDIV },
{ "+-", FC_PLUSMINUS },