diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-05-22 14:15:41 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-05-22 12:26:26 +0000 |
commit | 89f7a5670ae0b21c8a80f73d27b5bc1181021373 (patch) | |
tree | 4ab39944cd16faf07a4e445f158c514822119052 /officecfg | |
parent | 73b30df7847a00b5236fea11283cf256e4950102 (diff) |
tdf#81475 Additional improvements to Writer's toolbars
Change-Id: Ibf64cecd88faca1dce7f081a630faabd0ee76046
Reviewed-on: https://gerrit.libreoffice.org/15860
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/WriterCommands.xcu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 87e92348329f..68c2e12ecd98 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -954,6 +954,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Clear ~Direct Formatting</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:WrapOff" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |