summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/core/sdpage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 6e21aef0fde6..099e8aa82382 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -852,11 +852,11 @@ void SdPage::CreateTitleAndLayout(sal_Bool bInit, sal_Bool bCreate )
namespace {
-const char* PageKindVector[] = {
- "PK_STANDARD","PK_NOTES" , "PK_HANDOUT"
+const char* const PageKindVector[] = {
+ "PK_STANDARD", "PK_NOTES", "PK_HANDOUT"
};
-const char* PresObjKindVector[] = {
+const char* const PresObjKindVector[] = {
"PRESOBJ_NONE", "PRESOBJ_TITLE", "PRESOBJ_OUTLINE",
"PRESOBJ_TEXT" ,"PRESOBJ_GRAPHIC" , "PRESOBJ_OBJECT",
"PRESOBJ_CHART", "PRESOBJ_ORGCHART", "PRESOBJ_TABLE",