From 6ebf9cfbf54052d7fae50cdab146cc5c63ba262a Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 10 May 2016 19:16:47 +0200 Subject: Set different ui file for NotebookBar in each app Changes: + added ui file for start center, calc and impress + NotebookBar not visible in Math, Draw Change-Id: Ie35935e67524ac712930b088591e9e53955de4a1 Reviewed-on: https://gerrit.libreoffice.org/24860 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- sd/sdi/docshell.sdi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sd/sdi/docshell.sdi') diff --git a/sd/sdi/docshell.sdi b/sd/sdi/docshell.sdi index d2a0011944ca..f5f322177b13 100644 --- a/sd/sdi/docshell.sdi +++ b/sd/sdi/docshell.sdi @@ -18,6 +18,11 @@ interface ImpressDocument : DrawDocument { + SID_NOTEBOOKBAR + [ + ExecMethod = Execute; + StateMethod = GetState; + ] } shell DrawDocShell -- cgit