[Libreoffice-commits] core.git: solenv/bin

Andras Timar andras.timar at collabora.com
Thu Jun 18 04:40:32 PDT 2015


 solenv/bin/modules/installer/download.pm |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a63b8b4afc687d49ad25cbb77e16f835b9820522
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Jun 18 12:16:01 2015 +0200

    dead code
    
    Change-Id: I0f8de2b856be65e070f9d9b121515aa15ae3ea09

diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index 37a9123..6b5caab 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -305,8 +305,6 @@ sub get_downloadname_productname
 
     elsif ( $allvariables->{'PRODUCTNAME'} eq "LibreOfficeDev" ) { $start = "LibreOfficeDev"; }
 
-    elsif ( $allvariables->{'PRODUCTNAME'} eq "OxygenOffice" ) { $start = "OOOP"; }
-
     elsif ( $allvariables->{'PRODUCTNAME'} eq "" ) { $start = "LibreOffice"; }
 
     else  { $start = $allvariables->{'PRODUCTNAME'}; }


More information about the Libreoffice-commits mailing list