solenv/bin/modules/installer/windows/component.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0404f37297c4b283972d71c8f53765d9169bdafa Author: Jesús Corrius <jcorr...@gmail.com> Date: Fri Aug 23 19:50:21 2013 +0200 fdo#68194 Font files are left after uninstallation #i119948# Instruct windows installer to use refcounting on fonts. Author: Andre Fischer <a...@apache.org> Reported by: DaLi Liu Patch by: qiuhuaidong Review by: DaLi Liu and Andre Fischer Change-Id: I45d4eb509d58852dcf446a0af94ac69fb6347d2d Reviewed-on: https://gerrit.libreoffice.org/5597 Reviewed-by: Fridrich Strba <fridr...@documentfoundation.org> Tested-by: Fridrich Strba <fridr...@documentfoundation.org> diff --git a/solenv/bin/modules/installer/windows/component.pm b/solenv/bin/modules/installer/windows/component.pm index 82cf8cc..8f48941 100644 --- a/solenv/bin/modules/installer/windows/component.pm +++ b/solenv/bin/modules/installer/windows/component.pm @@ -210,7 +210,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/ )
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits