Author: jsc
Date: Wed Jul 25 08:15:02 2012
New Revision: 1365484

URL: http://svn.apache.org/viewvc?rev=1365484&view=rev
Log:
#119948# merge fix from trunk

Modified:
    
incubator/ooo/branches/AOO34/main/solenv/bin/modules/installer/windows/component.pm

Modified: 
incubator/ooo/branches/AOO34/main/solenv/bin/modules/installer/windows/component.pm
URL: 
http://svn.apache.org/viewvc/incubator/ooo/branches/AOO34/main/solenv/bin/modules/installer/windows/component.pm?rev=1365484&r1=1365483&r2=1365484&view=diff
==============================================================================
--- 
incubator/ooo/branches/AOO34/main/solenv/bin/modules/installer/windows/component.pm
 (original)
+++ 
incubator/ooo/branches/AOO34/main/solenv/bin/modules/installer/windows/component.pm
 Wed Jul 25 08:15:02 2012
@@ -223,7 +223,7 @@ sub get_file_component_attributes
 
        if ( $localstyles =~ /\bFONT\b/ )
        {
-               $attributes = 16;       # font files will not be deinstalled
+               $attributes = 8;        # font files will be deinstalled if the 
ref count is 0
        }
 
        if ( $localstyles =~ /\bASSEMBLY\b/ )


Reply via email to