summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2017-10-18 12:50:59 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2017-10-21 15:02:50 +0200
commit23467fa5cfa2feffbeba2177c0d393f8ebe1a0a3 (patch)
tree71e3c86a862291530699fce94dcd90a61ab421c1 /officecfg/registry/schema
parent0c46b3a9a384d5b70a708c3e9459a790dd815c63 (diff)
tdf#67770: Read/writer LastActiveDeck bits
Change-Id: Id5e3c3cb4144b9fc56ab5e4a4e49f1fc69e70023 Reviewed-on: https://gerrit.libreoffice.org/43493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs5
1 files changed, 4 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs
index 6c5fc3a17482..3258798d19fc 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs
@@ -245,7 +245,7 @@
<desc>Contains all registered sidebar content panels.</desc>
</info>
</set>
- <prop oor:name="LastActiveDeck" oor:type="oor:string-list">
+ <prop oor:name="LastActiveDeck" oor:type="oor:string-list" oor:nillable="false">
<info>
<desc>Contains IDs of the decks that were active last time the application was closed.
Each entry is a string of 2 comma-separated values, application name and DeckID. Valid
@@ -255,6 +255,9 @@
Impress, PropertyDeck;
</desc>
</info>
+ <value>
+ <it>any,PropertyDeck</it>
+ </value>
</prop>
</group>
</component>