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>
diff --git a/extras/Package_tplwizbitmap.mk b/extras/Package_tplwizbitmap.mk
index 4ebdf03..ed7980c 100644
--- a/extras/Package_tplwizbitmap.mk
+++ b/extras/Package_tplwizbitmap.mk
@@ -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 @@
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 \
diff --git a/extras/source/templates/wizard/bitmap/cancel_down.bmp b/extras/source/templates/wizard/bitmap/cancel_down.bmp
deleted file mode 100644
index 6356e82..0000000
--- a/extras/source/templates/wizard/bitmap/cancel_down.bmp
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/bitmap/cancel_up.bmp b/extras/source/templates/wizard/bitmap/cancel_up.bmp
deleted file mode 100644
index ca3d08b..0000000
--- a/extras/source/templates/wizard/bitmap/cancel_up.bmp
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/bitmap/down.bmp b/extras/source/templates/wizard/bitmap/down.bmp
deleted file mode 100644
index 281acfa..0000000
--- a/extras/source/templates/wizard/bitmap/down.bmp
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/bitmap/end.bmp b/extras/source/templates/wizard/bitmap/end.bmp
deleted file mode 100644
index 876992a..0000000
--- a/extras/source/templates/wizard/bitmap/end.bmp
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/bitmap/maximize.bmp b/extras/source/templates/wizard/bitmap/maximize.bmp
deleted file mode 100644
index be5fcf7..0000000
--- a/extras/source/templates/wizard/bitmap/maximize.bmp
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/bitmap/maximize.png b/extras/source/templates/wizard/bitmap/maximize.png
new file mode 100644
index 0000000..ed7dba4
--- /dev/null
+++ b/extras/source/templates/wizard/bitmap/maximize.png
Binary files differ
diff --git a/extras/source/templates/wizard/bitmap/minimize.bmp b/extras/source/templates/wizard/bitmap/minimize.bmp
deleted file mode 100644
index f892786..0000000
--- a/extras/source/templates/wizard/bitmap/minimize.bmp
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/bitmap/minimize.png b/extras/source/templates/wizard/bitmap/minimize.png
new file mode 100644
index 0000000..0e1d401
--- /dev/null
+++ b/extras/source/templates/wizard/bitmap/minimize.png
Binary files differ
diff --git a/extras/source/templates/wizard/bitmap/okay_down.bmp b/extras/source/templates/wizard/bitmap/okay_down.bmp
deleted file mode 100644
index bbff5f5..0000000
--- a/extras/source/templates/wizard/bitmap/okay_down.bmp
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/bitmap/okay_up.bmp b/extras/source/templates/wizard/bitmap/okay_up.bmp
deleted file mode 100644
index 76baac6..0000000
--- a/extras/source/templates/wizard/bitmap/okay_up.bmp
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/bitmap/report.bmp b/extras/source/templates/wizard/bitmap/report.bmp
deleted file mode 100644
index 48834733..0000000
--- a/extras/source/templates/wizard/bitmap/report.bmp
+++ /dev/null
Binary files differ
diff --git a/extras/source/templates/wizard/bitmap/up.bmp b/extras/source/templates/wizard/bitmap/up.bmp
deleted file mode 100644
index 1d4d132..0000000
--- a/extras/source/templates/wizard/bitmap/up.bmp
+++ /dev/null
Binary files differ
diff --git a/wizards/source/tutorials/Functions.xba b/wizards/source/tutorials/Functions.xba
index cded850..4b422c8 100644
--- a/wizards/source/tutorials/Functions.xba
+++ b/wizards/source/tutorials/Functions.xba
@@ -95,15 +95,15 @@
iPos = InStr(templatePath,"/")
If(iPos > 0) Then
If(param = "MAX") Then
bitmapPath = templatePath & "../wizard/bitmap/maximize.bmp"
bitmapPath = templatePath & "../wizard/bitmap/maximize.png"
ElseIf(param = "MIN") Then
bitmapPath = templatePath & "../wizard/bitmap/minimize.bmp"
bitmapPath = templatePath & "../wizard/bitmap/minimize.png"
End If
Else
If(param = "MAX") Then
bitmapPath = templatePath & "..\wizard\bitmap\maximize.bmp"
bitmapPath = templatePath & "..\wizard\bitmap\maximize.png"
ElseIf(param = "MIN") Then
bitmapPath = templatePath & "..\wizard\bitmap\minimize.bmp"
bitmapPath = templatePath & "..\wizard\bitmap\minimize.png"
End If
End If
'printdbgInfo oCommandButton.Model