diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-27 14:10:18 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-12-04 23:04:25 +0100 |
commit | d74d96e676347df58a492876fceb3bb7335a0c41 (patch) | |
tree | 32dd74103a38e55164e316de6e84772c2c5d64c8 /android | |
parent | 16e1fbb9aaa9990474bbe4c310948a94569ae0bb (diff) |
Don't prune org.openoffice.Office/UI
It apparently contains color schemes and stuff that the code wants access to
here and there.
Change-Id: Ie3f0de5e3846df99a02a2693156679cc6c010d10
Diffstat (limited to 'android')
-rwxr-xr-x | android/mobile-config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/mobile-config.py b/android/mobile-config.py index cdf0afc6583a..59ade790e807 100755 --- a/android/mobile-config.py +++ b/android/mobile-config.py @@ -24,7 +24,6 @@ main_xcd_discard = [ # no conventional UI; reverse sorted by size 'org.openoffice.Office.UI/GenericCommands', 'org.openoffice.Office/Accelerators', - 'org.openoffice.Office/UI', 'org.openoffice.Office.UI/DrawImpressCommands', 'org.openoffice.Office.UI/Sidebar', 'org.openoffice.Office.UI/ChartCommands', |