From 9f06c54ca1819b6d4df48f33772cfa5ceb90dccd Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 6 Apr 2021 07:08:30 +0200 Subject: notebookbar: minify for online MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notebookbar load takes some time. We don't use most of the items in online so minify .ui file to contain only needed widgets. Change-Id: I4796caae14bb63e3e04d318093209adfb87a77df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113623 Tested-by: Jenkins CollaboraOffice Reviewed-by: Jan Holesovsky Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114154 Tested-by: Jenkins Reviewed-by: Szymon Kłos --- sd/UIConfig_simpress.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/UIConfig_simpress.mk') diff --git a/sd/UIConfig_simpress.mk b/sd/UIConfig_simpress.mk index 78339ddae976..cf618594f8ac 100644 --- a/sd/UIConfig_simpress.mk +++ b/sd/UIConfig_simpress.mk @@ -144,6 +144,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/simpress,\ sd/uiconfig/simpress/ui/notebookbar_groups \ sd/uiconfig/simpress/ui/notebookbar_groupedbar_full \ sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact \ + sd/uiconfig/simpress/ui/notebookbar_online \ sd/uiconfig/simpress/ui/optimpressgeneralpage \ sd/uiconfig/simpress/ui/pagesfieldbox \ sd/uiconfig/simpress/ui/photoalbum \ -- cgit