From 26b05891ffa465df8953eac005489b4d4fae4922 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 3 Aug 2016 12:58:54 +0100 Subject: Resolves: tdf#96873 include template image to make it available in help alternatively move it into the helpimg dir and change the usage in helpcontent2, but do it this way to keep it together with the others Change-Id: I84c6b10aed948a5fea835dc86bade5a4390c716b (cherry picked from commit 61062608a27ceaef5424203d849f88c7fb77b8d0) Reviewed-on: https://gerrit.libreoffice.org/27826 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/svtools/imagemgr.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/svtools/imagemgr.hrc b/include/svtools/imagemgr.hrc index fc09804a1715..4d6f3132dfa9 100644 --- a/include/svtools/imagemgr.hrc +++ b/include/svtools/imagemgr.hrc @@ -58,6 +58,7 @@ #define IMG_GLOBAL_DOC (IMAGELIST_START + 150) #define IMG_DRAW (IMAGELIST_START + 151) #define IMG_DRAWTEMPLATE (IMAGELIST_START + 152) +#define IMG_TEMPLATE (IMAGELIST_START + 166) #define IMG_OO_DATABASE_DOC (IMAGELIST_START + 169) #define IMG_OO_DRAW_DOC (IMAGELIST_START + 170) #define IMG_OO_MATH_DOC (IMAGELIST_START + 171) -- cgit