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

Noel Grandin noel.grandin at collabora.co.uk
Tue Oct 3 09:02:12 UTC 2017


 sd/source/core/sdpage.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d352dda3dbfc9e26b7f80746e1502f3cb4cd45c1
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Tue Oct 3 10:43:00 2017 +0200

    tdf#112836 master view, bottom areas are wrongly positioned
    
    Bug was introduced in
        commit 12b2803f196b897ffb901b0eebe271c5ee43d03e
        "drop unused PRESOBJ_IMAGE"
    
    Change-Id: I50be74b505a674439bd8b67545b89a9660a85a33
    Reviewed-on: https://gerrit.libreoffice.org/43062
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index e76db0d968b1..e1d8193d1112 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -900,7 +900,7 @@ const char* const PresObjKindVector[] = {
     "PRESOBJ_NONE", "PRESOBJ_TITLE", "PRESOBJ_OUTLINE",
     "PRESOBJ_TEXT" ,"PRESOBJ_GRAPHIC" , "PRESOBJ_OBJECT",
     "PRESOBJ_CHART", "PRESOBJ_ORGCHART", "PRESOBJ_TABLE",
-    "PRESOBJ_IMAGE", "PRESOBJ_PAGE", "PRESOBJ_HANDOUT",
+    "PRESOBJ_PAGE", "PRESOBJ_HANDOUT",
     "PRESOBJ_NOTES","PRESOBJ_HEADER", "PRESOBJ_FOOTER",
     "PRESOBJ_DATETIME", "PRESOBJ_SLIDENUMBER", "PRESOBJ_CALC",
     "PRESOBJ_MEDIA", "PRESOBJ_MAX"


More information about the Libreoffice-commits mailing list