diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-04-08 01:28:30 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-04-07 21:33:00 +0000 |
commit | ea0d69837a713893087f07a19c91e43fbfd8312e (patch) | |
tree | bce60b052d7b1bd273bab1a7a9bb16742447dd05 /officecfg | |
parent | 9eed05b7d6c6389dea07ab1437674dee8974fa0e (diff) |
BREEZE: Enable 'Indexes and Tables' entry in Writer
Change-Id: I398da79925bd51fa543d2c56b529178f7e820539
Reviewed-on: https://gerrit.libreoffice.org/15193
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-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 eef5cf1744e8..630e41186254 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -111,6 +111,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Indexes and Tables...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:InsertAuthoritiesEntry" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |