tdf#40966: convert last used BMPs to PNG; cleanup unused

Change-Id: Id92fcd2fd33500cc9c60645c627c2fedf2378fb9
Reviewed-on: https://gerrit.libreoffice.org/69158
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
Mike Kaganski 2019-03-13 13:21:26 +03:00
parent e89eba0e1f
commit c61cda4472
14 changed files with 6 additions and 14 deletions

View file

@ -10,10 +10,6 @@
$(eval $(call gb_Package_Package,extras_tplwizbitmap,$(SRCDIR)/extras/source/templates/wizard/bitmap))
$(eval $(call gb_Package_add_files,extras_tplwizbitmap,$(LIBO_SHARE_FOLDER)/template/wizard/bitmap,\
cancel_down.bmp \
cancel_up.bmp \
down.bmp \
end.bmp \
euro_1.png \
euro_2.png \
euro_3.png \
@ -24,16 +20,12 @@ $(eval $(call gb_Package_add_files,extras_tplwizbitmap,$(LIBO_SHARE_FOLDER)/temp
Import_1.png \
Import_3.png \
Import_4.png \
maximize.bmp \
minimize.bmp \
maximize.png \
minimize.png \
MS-Import_2-1.png \
MS-Import_2-2.png \
MS-Import_2-3.png \
okay_down.bmp \
okay_up.bmp \
report.bmp \
tutorial_background.gif \
up.bmp \
XML-Import_2-1.png \
XML-Import_2-2.png \
XML-Import_2-3.png \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 644 B

View file

@ -95,15 +95,15 @@ Sub setMaxMinImage(param As String)
iPos = InStr(templatePath,&quot;/&quot;)
If(iPos &gt; 0) Then
If(param = &quot;MAX&quot;) Then
bitmapPath = templatePath &amp; &quot;../wizard/bitmap/maximize.bmp&quot;
bitmapPath = templatePath &amp; &quot;../wizard/bitmap/maximize.png&quot;
ElseIf(param = &quot;MIN&quot;) Then
bitmapPath = templatePath &amp; &quot;../wizard/bitmap/minimize.bmp&quot;
bitmapPath = templatePath &amp; &quot;../wizard/bitmap/minimize.png&quot;
End If
Else
If(param = &quot;MAX&quot;) Then
bitmapPath = templatePath &amp; &quot;..\wizard\bitmap\maximize.bmp&quot;
bitmapPath = templatePath &amp; &quot;..\wizard\bitmap\maximize.png&quot;
ElseIf(param = &quot;MIN&quot;) Then
bitmapPath = templatePath &amp; &quot;..\wizard\bitmap\minimize.bmp&quot;
bitmapPath = templatePath &amp; &quot;..\wizard\bitmap\minimize.png&quot;
End If
End If
&apos;printdbgInfo oCommandButton.Model