diff options
author | Susobhan Ghosh <susobhang70@gmail.com> | 2016-08-20 09:45:16 +0000 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-08-20 14:12:37 +0000 |
commit | 44216ddbc620a1c05e98dda1f63ed6df0eae5275 (patch) | |
tree | 49270d718ad3dfa198b37f080c2726b9ad070f2b | |
parent | 62424100ce6db8e5f1ff5a8bbb587f8ca4c389fc (diff) |
tdf#87643: Make Shapes Deck experimental
Change-Id: I6659f77611a34d8e7401f8e042ea9e31f539a7fa
Reviewed-on: https://gerrit.libreoffice.org/28257
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 7f67aadbfad3..5c4c10a88740 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -79,6 +79,9 @@ <prop oor:name="OrderIndex" oor:type="xs:int"> <value>200</value> </prop> + <prop oor:name="IsExperimental" oor:type="xs:boolean"> + <value>true</value> + </prop> </node> |