diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-02-23 02:19:47 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-02-23 03:06:28 +0100 |
commit | fecc5d4a4423938de6d07dd57e6a98160bf91f3e (patch) | |
tree | 4c8c8741d7d35612df36e24b58c924132da47d6e /sc/inc | |
parent | f5eb32c635a07f6977b8e613ac8732242e8682e7 (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>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/bitmaps.hlst | 2 |
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" |