summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
authorKshitij Pathania <kshitijpathania@gmail.com>2018-05-18 19:50:01 +0530
committerSzymon Kłos <szymon.klos@collabora.com>2018-05-21 20:58:18 +0200
commit24d43f21e92c0db040f549a226c0889db20621ac (patch)
tree6eb927497ca5dd05689cd8bdd1d28314a6dc116c /sd/sdi
parent82e9d2e68fcb2f66b78501f3613386ac1e36aae7 (diff)
Activated notebookbar in draw
Added tabbed and two groupedbars mode of notebookbar. Change-Id: I208a365139ca6c83510a73a8ffa0260b05787793 Reviewed-on: https://gerrit.libreoffice.org/54547 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sd/sdi')
-rw-r--r--sd/sdi/_docsh.sdi5
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/sdi/_docsh.sdi b/sd/sdi/_docsh.sdi
index ce225b38d922..29db81db02d2 100644
--- a/sd/sdi/_docsh.sdi
+++ b/sd/sdi/_docsh.sdi
@@ -72,5 +72,10 @@ interface DrawDocument
ExecMethod = Execute;
StateMethod = GetState;
]
+ SID_NOTEBOOKBAR
+ [
+ ExecMethod = Execute;
+ StateMethod = GetState;
+ ]
}