diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2021-04-06 07:08:30 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2021-04-19 08:37:31 +0200 |
commit | 9f06c54ca1819b6d4df48f33772cfa5ceb90dccd (patch) | |
tree | c568d358f3304a0d1c9830feb1d9aec11f20970c /desktop | |
parent | 075ae953e3e673dedcb74d693e516a07b0bebca2 (diff) |
notebookbar: minify for online
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 <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114154
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index cd4b3da2d729..4b78a68d86d1 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -6098,7 +6098,7 @@ static void activateNotebookbar(std::u16string_view rApp) if (aAppNode.isValid()) { - aAppNode.setNodeValue("Active", makeAny(OUString("notebookbar.ui"))); + aAppNode.setNodeValue("Active", makeAny(OUString("notebookbar_online.ui"))); aAppNode.commit(); } } |