You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2014/03/03 18:04:10 UTC

svn commit: r1573613 - in /openoffice/trunk: ./ main/solenv/bin/modules/installer/globals.pm

Author: af
Date: Mon Mar  3 17:04:10 2014
New Revision: 1573613

URL: http://svn.apache.org/r1573613
Log:
124272: Wrong initialization of  (merged from branch AOO410).

Modified:
    openoffice/trunk/   (props changed)
    openoffice/trunk/main/solenv/bin/modules/installer/globals.pm

Propchange: openoffice/trunk/
------------------------------------------------------------------------------
  Merged /openoffice/branches/AOO410:r1573601

Modified: openoffice/trunk/main/solenv/bin/modules/installer/globals.pm
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/bin/modules/installer/globals.pm?rev=1573613&r1=1573612&r2=1573613&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/bin/modules/installer/globals.pm (original)
+++ openoffice/trunk/main/solenv/bin/modules/installer/globals.pm Mon Mar  3 17:04:10 2014
@@ -156,7 +156,7 @@ BEGIN
 	$fontsfoldername = "Fonts";
 	$fontsdirparent = "";
 	$fontsdirhostname = "truetype";
-	$fontsdirname = $fontsdirhostname;
+	$fontsdirname = "";
 	$officefolder = "OfficeFolder";
 	$officemenufolder = "OfficeMenuFolder";
 	$startupfolder = "StartupFolder";