diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2016-05-10 19:16:47 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-05-17 12:40:15 +0000 |
commit | 6ebf9cfbf54052d7fae50cdab146cc5c63ba262a (patch) | |
tree | 60e9e0ccc0878746d7817d58497b7fa53c0468fd /sd/sdi | |
parent | 2049e55f507b00cf70f72706900e75d20ff3bb30 (diff) |
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 <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/docshell.sdi | 5 |
1 files changed, 5 insertions, 0 deletions
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 |