[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sc/inc

Markus Mohrhard markus.mohrhard at googlemail.com
Fri Feb 23 11:27:19 UTC 2018


 sc/inc/bitmaps.hlst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9c014d51832cd86be1fb2267da62b8bd58985d94
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Feb 23 02:19:47 2018 +0100

    fix crash while trying to access icon set image file
    
    Change-Id: Iaad9b5aeb4163a5262bcaf0a414ee30fd9279a49
    Reviewed-on: https://gerrit.libreoffice.org/50219
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    (cherry picked from commit fecc5d4a4423938de6d07dd57e6a98160bf91f3e)
    Reviewed-on: https://gerrit.libreoffice.org/50222
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/inc/bitmaps.hlst b/sc/inc/bitmaps.hlst
index c87a47b000e7..254cd2db2d8e 100644
--- a/sc/inc/bitmaps.hlst
+++ b/sc/inc/bitmaps.hlst
@@ -96,7 +96,7 @@
 #define BMP_ICON_SET_PIES_THREE_QUARTER         "sc/res/icon-set-pies-three-quarters.png"
 #define BMP_ICON_SET_PIES_FULL                  "sc/res/icon-set-pies-full.png"
 #define BMP_ICON_SET_SHAPES_CIRCLE              "sc/res/icon-set-shapes-circle.png"
-#define BMP_ICON_SET_SHAPES_TRIANGLE            "sc/res/icon-set-shapes-triangle"
+#define BMP_ICON_SET_SHAPES_TRIANGLE            "sc/res/icon-set-shapes-triangle.png"
 #define BMP_ICON_SET_SHAPES_DIAMOND             "sc/res/icon-set-shapes-diamond.png"
 #define BMP_ICON_SET_SQUARES_EMPTY              "sc/res/icon-set-squares-empty.png"
 #define BMP_ICON_SET_SQUARES_ONE_QUARTER        "sc/res/icon-set-squares-one-quarter.png"


More information about the Libreoffice-commits mailing list