[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - 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 9565480cc6b58e22db762a8cad69e210e38d0a7c
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/14220
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