[Libreoffice-commits] core.git: officecfg/registry
Susobhan Ghosh
susobhang70 at gmail.com
Fri Aug 12 09:33:13 UTC 2016
officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 18 +++--------
1 file changed, 5 insertions(+), 13 deletions(-)
New commits:
commit b9592bbea315e04da36a1a26e687490ea93c4cc6
Author: Susobhan Ghosh <susobhang70 at gmail.com>
Date: Fri Aug 12 00:01:08 2016 +0530
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 at hotmail.com>
Tested-by: Yousuf Philips <philipz85 at hotmail.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index 5418c8d..e1e8cce 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">
More information about the Libreoffice-commits
mailing list