summaryrefslogtreecommitdiff
path: root/desktop/source/lib/init.cxx
diff options
context:
space:
mode:
authormert <mert.tumer@collabora.com>2021-02-25 11:41:24 +0300
committerMert Tumer <mert.tumer@collabora.com>2021-03-04 04:35:30 +0100
commit94958cc478d9f97b33bc0da654b7bd19c3c99eea (patch)
treec2360e82c1aaae7aedbee11319bb673aad6c51d1 /desktop/source/lib/init.cxx
parent2b9f0509d27343bb524ca2eac1f554747b9c05b8 (diff)
Init Notebookbar for Online Draw
Signed-off-by: mert <mert.tumer@collabora.com> Change-Id: I85a25820d3968070dd8a05156b4bb4a1ebe59f99 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111517
Diffstat (limited to 'desktop/source/lib/init.cxx')
-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 2b56bdb2112d..5701f5965ce2 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -6382,6 +6382,7 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath, const char
activateNotebookbar(u"Writer");
activateNotebookbar(u"Calc");
activateNotebookbar(u"Impress");
+ activateNotebookbar(u"Draw");
}
return bInitialized;