Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


Hi Andrew, Michael,

On 12/09/2010 09:05 PM, Joachim Trémouroux wrote:
Andrew,

Should I do the actual removal of the duplicate icons?
I guess these are the "green cross on blue background" images.

Regards,
Joachim.


Here is a patch that removes the placeholder icons in default_images/res.
I also modified the packaging script as it dies if an icon is missing.

There are still such icons in ooo_custom_images, I'll send a patch later.

Regards,
Joachim.



diff --git a/solenv/bin/packimages.pl b/solenv/bin/packimages.pl
index 90707f6..0c75993 100755
--- a/solenv/bin/packimages.pl
+++ b/solenv/bin/packimages.pl
@@ -356,9 +356,13 @@ sub create_zip_archive
     foreach ( optimize_zip_layout($zip_hash_ref) ) {
         my $path = $zip_hash_ref->{$_} . "/$_";
         print_message("zipping '$path' ...") if $extra_verbose;
-        my $member = $zip->addFile($path, $_, COMPRESSION_STORED);
-        if ( !$member ) {
-            print_error("can't add file '$path' to image zip archive: $!", 5);
+        if ( -e $path) {
+            my $member = $zip->addFile($path, $_, COMPRESSION_STORED);
+            if ( !$member ) {
+                print_error("can't add file '$path' to image zip archive: $!", 5);
+            }
+        } else {
+                print_message("file '$path' not found");
         }
     }
     my $status = $zip->writeToFileNamed($tmp_out_file);
diff --git a/default_images/res/basgocl.png b/default_images/res/basgocl.png
deleted file mode 100644
index 25d195a..0000000
Binary files a/default_images/res/basgocl.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_addbookmark.png 
b/default_images/res/commandimagelist/lc_addbookmark.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_addbookmark.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_beamer.png 
b/default_images/res/commandimagelist/lc_beamer.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_beamer.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_countall.png 
b/default_images/res/commandimagelist/lc_countall.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_countall.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_editframeset.png 
b/default_images/res/commandimagelist/lc_editframeset.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_editframeset.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_filedocument.png 
b/default_images/res/commandimagelist/lc_filedocument.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_filedocument.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_getactivetask.png 
b/default_images/res/commandimagelist/lc_getactivetask.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_getactivetask.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_helpdownload.png 
b/default_images/res/commandimagelist/lc_helpdownload.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_helpdownload.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_internetonline.png 
b/default_images/res/commandimagelist/lc_internetonline.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_internetonline.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_macrorecordingfloat.png 
b/default_images/res/commandimagelist/lc_macrorecordingfloat.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_macrorecordingfloat.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_mailwindow.png 
b/default_images/res/commandimagelist/lc_mailwindow.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_mailwindow.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_playmacro.png 
b/default_images/res/commandimagelist/lc_playmacro.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_playmacro.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_preview.png 
b/default_images/res/commandimagelist/lc_preview.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_preview.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_splithorizontal.png 
b/default_images/res/commandimagelist/lc_splithorizontal.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_splithorizontal.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_splitparenthorizontal.png 
b/default_images/res/commandimagelist/lc_splitparenthorizontal.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_splitparenthorizontal.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_splitvertical.png 
b/default_images/res/commandimagelist/lc_splitvertical.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_splitvertical.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_styleupdatebyexample.png 
b/default_images/res/commandimagelist/lc_styleupdatebyexample.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_styleupdatebyexample.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_toolsmacroedit.png 
b/default_images/res/commandimagelist/lc_toolsmacroedit.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_toolsmacroedit.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_toolsoptions.png 
b/default_images/res/commandimagelist/lc_toolsoptions.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_toolsoptions.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/lc_urlbutton.png 
b/default_images/res/commandimagelist/lc_urlbutton.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/commandimagelist/lc_urlbutton.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_addbookmark.png 
b/default_images/res/commandimagelist/sc_addbookmark.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_addbookmark.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_beamer.png 
b/default_images/res/commandimagelist/sc_beamer.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_beamer.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_countall.png 
b/default_images/res/commandimagelist/sc_countall.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_countall.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_editframeset.png 
b/default_images/res/commandimagelist/sc_editframeset.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_editframeset.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_filedocument.png 
b/default_images/res/commandimagelist/sc_filedocument.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_filedocument.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_getactivetask.png 
b/default_images/res/commandimagelist/sc_getactivetask.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_getactivetask.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_helpdownload.png 
b/default_images/res/commandimagelist/sc_helpdownload.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_helpdownload.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_internetonline.png 
b/default_images/res/commandimagelist/sc_internetonline.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_internetonline.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_macrorecordingfloat.png 
b/default_images/res/commandimagelist/sc_macrorecordingfloat.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_macrorecordingfloat.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_mailwindow.png 
b/default_images/res/commandimagelist/sc_mailwindow.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_mailwindow.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_playmacro.png 
b/default_images/res/commandimagelist/sc_playmacro.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_playmacro.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_preview.png 
b/default_images/res/commandimagelist/sc_preview.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_preview.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_splithorizontal.png 
b/default_images/res/commandimagelist/sc_splithorizontal.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_splithorizontal.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_splitparenthorizontal.png 
b/default_images/res/commandimagelist/sc_splitparenthorizontal.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_splitparenthorizontal.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_splitparentvertical.png 
b/default_images/res/commandimagelist/sc_splitparentvertical.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_splitparentvertical.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_splitvertical.png 
b/default_images/res/commandimagelist/sc_splitvertical.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_splitvertical.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_toolsmacroedit.png 
b/default_images/res/commandimagelist/sc_toolsmacroedit.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_toolsmacroedit.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_toolsoptions.png 
b/default_images/res/commandimagelist/sc_toolsoptions.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_toolsoptions.png and /dev/null differ
diff --git a/default_images/res/commandimagelist/sc_urlbutton.png 
b/default_images/res/commandimagelist/sc_urlbutton.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/commandimagelist/sc_urlbutton.png and /dev/null differ
diff --git a/default_images/res/lc05646.png b/default_images/res/lc05646.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc05646.png and /dev/null differ
diff --git a/default_images/res/lc05647.png b/default_images/res/lc05647.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc05647.png and /dev/null differ
diff --git a/default_images/res/lc05648.png b/default_images/res/lc05648.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc05648.png and /dev/null differ
diff --git a/default_images/res/lc05649.png b/default_images/res/lc05649.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc05649.png and /dev/null differ
diff --git a/default_images/res/lc06304.png b/default_images/res/lc06304.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06304.png and /dev/null differ
diff --git a/default_images/res/lc06309.png b/default_images/res/lc06309.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06309.png and /dev/null differ
diff --git a/default_images/res/lc06331.png b/default_images/res/lc06331.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06331.png and /dev/null differ
diff --git a/default_images/res/lc06334.png b/default_images/res/lc06334.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06334.png and /dev/null differ
diff --git a/default_images/res/lc06335.png b/default_images/res/lc06335.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06335.png and /dev/null differ
diff --git a/default_images/res/lc06336.png b/default_images/res/lc06336.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06336.png and /dev/null differ
diff --git a/default_images/res/lc06337.png b/default_images/res/lc06337.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06337.png and /dev/null differ
diff --git a/default_images/res/lc06351.png b/default_images/res/lc06351.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06351.png and /dev/null differ
diff --git a/default_images/res/lc06352.png b/default_images/res/lc06352.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06352.png and /dev/null differ
diff --git a/default_images/res/lc06353.png b/default_images/res/lc06353.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06353.png and /dev/null differ
diff --git a/default_images/res/lc06354.png b/default_images/res/lc06354.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06354.png and /dev/null differ
diff --git a/default_images/res/lc06355.png b/default_images/res/lc06355.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06355.png and /dev/null differ
diff --git a/default_images/res/lc06356.png b/default_images/res/lc06356.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06356.png and /dev/null differ
diff --git a/default_images/res/lc06357.png b/default_images/res/lc06357.png
deleted file mode 100644
index 40b59d5..0000000
Binary files a/default_images/res/lc06357.png and /dev/null differ
diff --git a/default_images/res/lx03124.png b/default_images/res/lx03124.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03124.png and /dev/null differ
diff --git a/default_images/res/lx03134.png b/default_images/res/lx03134.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03134.png and /dev/null differ
diff --git a/default_images/res/lx03142.png b/default_images/res/lx03142.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03142.png and /dev/null differ
diff --git a/default_images/res/lx03159.png b/default_images/res/lx03159.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03159.png and /dev/null differ
diff --git a/default_images/res/lx03168.png b/default_images/res/lx03168.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03168.png and /dev/null differ
diff --git a/default_images/res/lx03187.png b/default_images/res/lx03187.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03187.png and /dev/null differ
diff --git a/default_images/res/lx03190.png b/default_images/res/lx03190.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03190.png and /dev/null differ
diff --git a/default_images/res/lx03193.png b/default_images/res/lx03193.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03193.png and /dev/null differ
diff --git a/default_images/res/lx03198.png b/default_images/res/lx03198.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03198.png and /dev/null differ
diff --git a/default_images/res/lx03201.png b/default_images/res/lx03201.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03201.png and /dev/null differ
diff --git a/default_images/res/lx03202.png b/default_images/res/lx03202.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03202.png and /dev/null differ
diff --git a/default_images/res/lx03203.png b/default_images/res/lx03203.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03203.png and /dev/null differ
diff --git a/default_images/res/lx03204.png b/default_images/res/lx03204.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03204.png and /dev/null differ
diff --git a/default_images/res/lx03205.png b/default_images/res/lx03205.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03205.png and /dev/null differ
diff --git a/default_images/res/lx03206.png b/default_images/res/lx03206.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03206.png and /dev/null differ
diff --git a/default_images/res/lx03236.png b/default_images/res/lx03236.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03236.png and /dev/null differ
diff --git a/default_images/res/lx03237.png b/default_images/res/lx03237.png
deleted file mode 100644
index 6ffc58a..0000000
Binary files a/default_images/res/lx03237.png and /dev/null differ
diff --git a/default_images/res/sc05646.png b/default_images/res/sc05646.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc05646.png and /dev/null differ
diff --git a/default_images/res/sc05647.png b/default_images/res/sc05647.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc05647.png and /dev/null differ
diff --git a/default_images/res/sc05648.png b/default_images/res/sc05648.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc05648.png and /dev/null differ
diff --git a/default_images/res/sc05649.png b/default_images/res/sc05649.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc05649.png and /dev/null differ
diff --git a/default_images/res/sc05650.png b/default_images/res/sc05650.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc05650.png and /dev/null differ
diff --git a/default_images/res/sc06304.png b/default_images/res/sc06304.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06304.png and /dev/null differ
diff --git a/default_images/res/sc06309.png b/default_images/res/sc06309.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06309.png and /dev/null differ
diff --git a/default_images/res/sc06334.png b/default_images/res/sc06334.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06334.png and /dev/null differ
diff --git a/default_images/res/sc06335.png b/default_images/res/sc06335.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06335.png and /dev/null differ
diff --git a/default_images/res/sc06336.png b/default_images/res/sc06336.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06336.png and /dev/null differ
diff --git a/default_images/res/sc06337.png b/default_images/res/sc06337.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06337.png and /dev/null differ
diff --git a/default_images/res/sc06351.png b/default_images/res/sc06351.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06351.png and /dev/null differ
diff --git a/default_images/res/sc06352.png b/default_images/res/sc06352.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06352.png and /dev/null differ
diff --git a/default_images/res/sc06353.png b/default_images/res/sc06353.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06353.png and /dev/null differ
diff --git a/default_images/res/sc06354.png b/default_images/res/sc06354.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06354.png and /dev/null differ
diff --git a/default_images/res/sc06355.png b/default_images/res/sc06355.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06355.png and /dev/null differ
diff --git a/default_images/res/sc06356.png b/default_images/res/sc06356.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06356.png and /dev/null differ
diff --git a/default_images/res/sc06357.png b/default_images/res/sc06357.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06357.png and /dev/null differ
diff --git a/default_images/res/sc06580.png b/default_images/res/sc06580.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sc06580.png and /dev/null differ
diff --git a/default_images/res/sx03124.png b/default_images/res/sx03124.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx03124.png and /dev/null differ
diff --git a/default_images/res/sx03134.png b/default_images/res/sx03134.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx03134.png and /dev/null differ
diff --git a/default_images/res/sx03142.png b/default_images/res/sx03142.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx03142.png and /dev/null differ
diff --git a/default_images/res/sx03159.png b/default_images/res/sx03159.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx03159.png and /dev/null differ
diff --git a/default_images/res/sx03168.png b/default_images/res/sx03168.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx03168.png and /dev/null differ
diff --git a/default_images/res/sx03198.png b/default_images/res/sx03198.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx03198.png and /dev/null differ
diff --git a/default_images/res/sx03203.png b/default_images/res/sx03203.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx03203.png and /dev/null differ
diff --git a/default_images/res/sx03204.png b/default_images/res/sx03204.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx03204.png and /dev/null differ
diff --git a/default_images/res/sx03205.png b/default_images/res/sx03205.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx03205.png and /dev/null differ
diff --git a/default_images/res/sx03206.png b/default_images/res/sx03206.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx03206.png and /dev/null differ
diff --git a/default_images/res/sx03236.png b/default_images/res/sx03236.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx03236.png and /dev/null differ
diff --git a/default_images/res/sx03237.png b/default_images/res/sx03237.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx03237.png and /dev/null differ
diff --git a/default_images/res/sx10602.png b/default_images/res/sx10602.png
deleted file mode 100644
index 2438714..0000000
Binary files a/default_images/res/sx10602.png and /dev/null differ

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.