Kaydet (Commit) c61cda44 authored tarafından Mike Kaganski's avatar Mike Kaganski

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: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst e89eba0e
...@@ -10,10 +10,6 @@ ...@@ -10,10 +10,6 @@
$(eval $(call gb_Package_Package,extras_tplwizbitmap,$(SRCDIR)/extras/source/templates/wizard/bitmap)) $(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,\ $(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_1.png \
euro_2.png \ euro_2.png \
euro_3.png \ euro_3.png \
...@@ -24,16 +20,12 @@ $(eval $(call gb_Package_add_files,extras_tplwizbitmap,$(LIBO_SHARE_FOLDER)/temp ...@@ -24,16 +20,12 @@ $(eval $(call gb_Package_add_files,extras_tplwizbitmap,$(LIBO_SHARE_FOLDER)/temp
Import_1.png \ Import_1.png \
Import_3.png \ Import_3.png \
Import_4.png \ Import_4.png \
maximize.bmp \ maximize.png \
minimize.bmp \ minimize.png \
MS-Import_2-1.png \ MS-Import_2-1.png \
MS-Import_2-2.png \ MS-Import_2-2.png \
MS-Import_2-3.png \ MS-Import_2-3.png \
okay_down.bmp \
okay_up.bmp \
report.bmp \
tutorial_background.gif \ tutorial_background.gif \
up.bmp \
XML-Import_2-1.png \ XML-Import_2-1.png \
XML-Import_2-2.png \ XML-Import_2-2.png \
XML-Import_2-3.png \ XML-Import_2-3.png \
......
...@@ -95,15 +95,15 @@ Sub setMaxMinImage(param As String) ...@@ -95,15 +95,15 @@ Sub setMaxMinImage(param As String)
iPos = InStr(templatePath,&quot;/&quot;) iPos = InStr(templatePath,&quot;/&quot;)
If(iPos &gt; 0) Then If(iPos &gt; 0) Then
If(param = &quot;MAX&quot;) 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 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
Else Else
If(param = &quot;MAX&quot;) 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 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
End If End If
&apos;printdbgInfo oCommandButton.Model &apos;printdbgInfo oCommandButton.Model
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment