diff options
author | Susobhan Ghosh <susobhang70@gmail.com> | 2016-08-12 00:01:08 +0530 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-08-12 09:32:33 +0000 |
commit | b9592bbea315e04da36a1a26e687490ea93c4cc6 (patch) | |
tree | cb65ce675c3a723b77223209c401a11488ccd795 | |
parent | 66636aeb7d2a6da8f409d17610f62be875e9bb64 (diff) |
tdf#83830: Writer page deck and panels changed to non-contextual
Changed label 'Styles' to Style
Change-Id: Ie5f4457982469b8d5649dd96de8183dd341ec67e
Reviewed-on: https://gerrit.libreoffice.org/28064
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 5418c8d1452c..e1e8cce932e9 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -297,7 +297,7 @@ <node oor:name="StylesPropertyPanel" oor:op="replace"> <prop oor:name="Title" oor:type="xs:string"> - <value xml:lang="en-US">Styles</value> + <value xml:lang="en-US">Style</value> </prop> <prop oor:name="Id" oor:type="xs:string"> <value>StylesPropertyPanel</value> @@ -413,9 +413,7 @@ </prop> <prop oor:name="ContextList"> <value oor:separator=";"> - Writer, Table, visible ; - Writer, Text, visible ; - Writer, default, visible ; + Writer, any, visible ; </value> </prop> <prop oor:name="ImplementationURL" oor:type="xs:string"> @@ -441,9 +439,7 @@ </prop> <prop oor:name="ContextList"> <value oor:separator=";"> - Writer, Table, visible ; - Writer, Text, visible ; - Writer, default, visible ; + Writer, any, visible ; </value> </prop> <prop oor:name="ImplementationURL" oor:type="xs:string"> @@ -469,9 +465,7 @@ </prop> <prop oor:name="ContextList"> <value oor:separator=";"> - Writer, Table, hidden ; - Writer, Text, hidden ; - Writer, default, hidden ; + Writer, any, hidden ; </value> </prop> <prop oor:name="ImplementationURL" oor:type="xs:string"> @@ -497,9 +491,7 @@ </prop> <prop oor:name="ContextList"> <value oor:separator=";"> - Writer, Table, hidden ; - Writer, Text, hidden ; - Writer, default, hidden ; + Writer, any, hidden ; </value> </prop> <prop oor:name="ImplementationURL" oor:type="xs:string"> |