[Libreoffice-commits] core.git: sd/source

Stephan Bergmann sbergman at redhat.com
Tue Sep 10 12:03:31 PDT 2013


 sd/source/core/sdpage.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8243dd551e47182e4be429ab61f0a398044d3aa1
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Sep 10 20:50:39 2013 +0200

    const
    
    Change-Id: I0fdc9fd7592bae44e54c8e68c67f31ee0767d26e

diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 6e21aef..099e8aa 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",


More information about the Libreoffice-commits mailing list