diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-14 16:07:03 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-15 08:57:53 +0100 |
commit | 028affcf44b2e465a0a178e8ebe5682edfa68531 (patch) | |
tree | ffec1fddb23cd78ecb53fccdbfa6b75d1517a354 /bin | |
parent | 7b658083c1935e1d74306e361c3d69f53eff4fef (diff) |
Revert "merge sdui library into sd"
This reverts commit 2cf7c26293462406d91ee050c6677930065e660b.
Reason for revert:
<_rene_> noelgrandin: sdui->sd... and what about people not needing that ui?
<_rene_> (e.g. --disable-gui and libreoffice-draw-nogui and impress-nogui)
<_rene_> i.e. the use case of --convert-to for ppt(x) etc
Change-Id: I6755c209e63f34b3fc9f9fdc4af7001b18579e8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163348
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, 1 insertions, 0 deletions
diff --git a/bin/update_pch b/bin/update_pch index e7ede0a5d692..4719e5f9269f 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -92,6 +92,7 @@ DEFAULTS = \ 'sc.scui' : ( 1, EXCLUDE, EXCLUDE, INCLUDE), # 15.0 'sc.vbaobj' : ( 1, EXCLUDE, EXCLUDE, INCLUDE), # 17.3 'sd.sd' : ( 4, EXCLUDE, EXCLUDE, INCLUDE), # 47.4 + 'sd.sdui' : ( 4, EXCLUDE, INCLUDE, INCLUDE), # 9.4 'sdext.PresentationMinimizer' : ( 2, EXCLUDE, INCLUDE, INCLUDE), # 4.1 'sdext.PresenterScreen' : ( 2, EXCLUDE, INCLUDE, EXCLUDE), # 7.1 'sfx2.sfx' : ( 3, EXCLUDE, EXCLUDE, EXCLUDE), # 27.4 |