[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sd/source

Noel Grandin noel.grandin at collabora.co.uk
Wed Oct 4 08:23:37 UTC 2017


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

New commits:
commit e609558c98b7610928507a819ec30a2879fc2ca1
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>
    (cherry picked from commit d352dda3dbfc9e26b7f80746e1502f3cb4cd45c1)
    Reviewed-on: https://gerrit.libreoffice.org/43066
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 6cb7963bcacd..94be400fd3b6 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -903,7 +903,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