From cca44fe22978c6c1c5f3ec500e5ac07becf53745 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 1 Jul 2016 16:51:01 +0200 Subject: lokdocview: replace handle_graphic.png with manual drawing If we draw a black graphic handle manually, then it's possible to color it later, this isn't easy if a bitmap is painted. Change-Id: Ib4456fd5155862d52e3ffa79ee49c7bfd16fb742 Reviewed-on: https://gerrit.libreoffice.org/26860 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- scp2/source/ooo/module_libreofficekit.scp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'scp2/source') diff --git a/scp2/source/ooo/module_libreofficekit.scp b/scp2/source/ooo/module_libreofficekit.scp index 09b3220e8113..4a3192382809 100644 --- a/scp2/source/ooo/module_libreofficekit.scp +++ b/scp2/source/ooo/module_libreofficekit.scp @@ -19,8 +19,7 @@ Module gid_Module_Libreofficekit Files = ( gid_File_Dat_HandleImageStart, gid_File_Dat_HandleImageMiddle, - gid_File_Dat_HandleImageEnd, - gid_File_Dat_HandleGraphic); + gid_File_Dat_HandleImageEnd); End Directory gid_Dir_Share_Libreofficekit @@ -49,13 +48,6 @@ File gid_File_Dat_HandleImageEnd Name = "handle_image_end.png"; Styles = (PACKED); End - -File gid_File_Dat_HandleGraphic - TXT_FILE_BODY; - Dir = gid_Dir_Share_Libreofficekit; - Name = "handle_graphic.png"; - Styles = (PACKED); -End #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit