From d7559de4f70afdf64dea3bfbf462f5f188da7d05 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 19 Apr 2017 12:02:25 +0100 Subject: remove bitmaps from .src files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and into includeable .hlst files, add them to postprocess/CustomTarget_images.mk to continue only including used bitmaps in icon-theme zips Change-Id: I5c24c3eca93a9c4101bcdcacb0e4b2712133968e Reviewed-on: https://gerrit.libreoffice.org/36941 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cui/source/options/dbregister.src | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cui/source/options/dbregister.src') diff --git a/cui/source/options/dbregister.src b/cui/source/options/dbregister.src index e769b6582a69..7362be056d51 100644 --- a/cui/source/options/dbregister.src +++ b/cui/source/options/dbregister.src @@ -29,9 +29,4 @@ String RID_SVXSTR_PATH Text [ en-US ] = "Database file" ; }; -Bitmap RID_SVXBMP_LOCK -{ - File = "lock.png"; -}; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit