From 08f7304fa3ed174ea47e9c90a21ed64219b1a969 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 5 Dec 2016 17:16:17 +0000 Subject: drop these intermediate Images and use BitmapEx directly Change-Id: Ief15df1722bb59323563c21d76f5af624fbef8c9 --- svx/source/gallery2/gallery.src | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svx/source/gallery2/gallery.src') diff --git a/svx/source/gallery2/gallery.src b/svx/source/gallery2/gallery.src index abd82ce5b140..bbea8503d4c0 100644 --- a/svx/source/gallery2/gallery.src +++ b/svx/source/gallery2/gallery.src @@ -178,14 +178,14 @@ Bitmap RID_SVXBMP_GALLERY_SOUND_7 File = "galsnd7.png"; }; -Image RID_SVXIMG_GALLERY_VIEW_ICON +Bitmap RID_SVXBMP_GALLERY_VIEW_ICON { - ImageBitmap = Bitmap { File = "galicon.png"; }; + File = "galicon.png"; }; -Image RID_SVXIMG_GALLERY_VIEW_LIST +Bitmap RID_SVXBMP_GALLERY_VIEW_LIST { - ImageBitmap = Bitmap { File = "gallist.png"; }; + File = "gallist.png"; }; Menu RID_SVXMN_GALLERY1 -- cgit