diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-11-01 12:35:10 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-11-01 09:37:12 +0100 |
commit | 1b3ea55ab3546a9e32d92de6533d93255ae7c85d (patch) | |
tree | e5fb41ea33461432faf943cc1d5ad268d59cc159 /officecfg | |
parent | ce8536ad3cfd00242c4fa7642e59374c0c5812f3 (diff) |
impress: notebookbar_grouped full and compact
Change-Id: Ic128be38d25937bfda5599602a201892d0d3a8bb
Reviewed-on: https://gerrit.libreoffice.org/44139
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu index 428a1d6fc2a6..4ca9a78f9687 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Notebookbar.xcu @@ -153,6 +153,28 @@ <value>true</value> </prop> </node> + <node oor:name="GroupedbarCompact" oor:op="replace"> + <prop oor:name="Label"> + <value xml:lang="en-US">Groupedbar Compact</value> + </prop> + <prop oor:name="File"> + <value>notebookbar_groupedbar_compact.ui</value> + </prop> + <prop oor:name="HasMenubar"> + <value>false</value> + </prop> + </node> + <node oor:name="GroupedbarFull" oor:op="replace"> + <prop oor:name="Label"> + <value xml:lang="en-US">Groupedbar Full</value> + </prop> + <prop oor:name="File"> + <value>notebookbar_groupedbar_full.ui</value> + </prop> + <prop oor:name="HasMenubar"> + <value>false</value> + </prop> + </node> </node> </node> </node> |