summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-02-23 02:19:47 +0100
committerEike Rathke <erack@redhat.com>2018-02-23 12:26:55 +0100
commit9c014d51832cd86be1fb2267da62b8bd58985d94 (patch)
treed19f34ec9da80a2e8ca57be9b08b2bfb299961d7 /sc
parent4d8587ea43c514bfca76684cbe3c3c3fa6f8a405 (diff)
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@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit fecc5d4a4423938de6d07dd57e6a98160bf91f3e) Reviewed-on: https://gerrit.libreoffice.org/50222 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/bitmaps.hlst2
1 files changed, 1 insertions, 1 deletions
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"