diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-03 16:28:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-04 22:42:54 +0200 |
commit | e3adb51c54089a961cea1a33c5f54f6e552a4590 (patch) | |
tree | f24e0be144f6a71cf1e598583b713469fce4243e /bin | |
parent | 50889effe57d9e28ecd9403ea0d695ecd73ac791 (diff) |
reduce number of framework libraries
Change-Id: I18bfdba3d26593f796d8b0bda87720e31066d5e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97968
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update_pch | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/update_pch b/bin/update_pch index 0dd9d62d34da..e5939e7a441c 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -77,7 +77,6 @@ DEFAULTS = \ 'editeng.editeng' : ( 5, EXCLUDE, INCLUDE, EXCLUDE), # 13.0 'forms.frm' : ( 2, EXCLUDE, EXCLUDE, EXCLUDE), # 14.2 'framework.fwk' : ( 7, EXCLUDE, INCLUDE, INCLUDE), # 14.8 - 'framework.fwl' : ( 5, EXCLUDE, INCLUDE, INCLUDE), # 5.1 'hwpfilter.hwp' : ( 3, EXCLUDE, INCLUDE, INCLUDE), # 6.0 'lotuswordpro.lwpft' : ( 2, EXCLUDE, EXCLUDE, EXCLUDE), # 11.6 'oox.oox' : ( 6, EXCLUDE, EXCLUDE, INCLUDE), # 28.2 |