[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - solenv/bin

Andras Timar andras.timar at collabora.com
Fri Jan 30 03:45:28 PST 2015


 solenv/bin/modules/installer/windows/property.pm |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 865a2fe08bd7b61a7f384446b074cbe8ad7cec2d
Author: Andras Timar <andras.timar at collabora.com>
Date:   Tue Jan 27 22:36:27 2015 +0100

    tdf#87803 bin useless $buildidstring
    
    Change-Id: Ie5f3651ec8386cdb59ebbd63c12670fd8668499a
    (cherry picked from commit 94716a4d071418ac4cef42ce85da1c42a0df6347)
    Reviewed-on: https://gerrit.libreoffice.org/14221
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm
index 0742ebd..d09d315 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -53,13 +53,6 @@ sub get_arpcomments_for_property_table
 
     $comment = $comment . " ($languagestring)";
 
-    my $localminor = "";
-    $localminor = $installer::globals::minor;
-
-    my $buildidstring = "(" . $installer::globals::build . $localminor . "(Build:" . $installer::globals::buildid . "))";
-
-    $comment = $comment . " " . $buildidstring;
-
     return $comment;
 }
 


More information about the Libreoffice-commits mailing list