summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authormert <mert.tumer@collabora.com>2021-02-25 11:41:24 +0300
committerSzymon Kłos <szymon.klos@collabora.com>2021-02-26 10:05:43 +0100
commita3ac2bdfa475fa34172e08d1ec30114d4cd63da1 (patch)
treed12f156fe126042bde14baa7e3b51b6f3bebe405 /desktop
parent984bef33b5b8cde40e2f4e591ae3afca51eb7104 (diff)
Init Notebookbar for Online Draw
Change-Id: I85a25820d3968070dd8a05156b4bb4a1ebe59f99 Signed-off-by: mert <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111518 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 621e2f3455f8..8cd4503ed189 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -6404,6 +6404,7 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath, const char
activateNotebookbar("Writer");
activateNotebookbar("Calc");
activateNotebookbar("Impress");
+ activateNotebookbar("Draw");
}
return bInitialized;