diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-10-18 12:50:59 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-10-21 15:02:50 +0200 |
commit | 23467fa5cfa2feffbeba2177c0d393f8ebe1a0a3 (patch) | |
tree | 71e3c86a862291530699fce94dcd90a61ab421c1 /officecfg | |
parent | 0c46b3a9a384d5b70a708c3e9459a790dd815c63 (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')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 5 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 6a7f5ad6da53..f65558a9b72d 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -1549,10 +1549,5 @@ </prop> </node> </node> - <prop oor:name="LastActiveDeck"> - <value oor:separator=";"> - any, PropertyDeck; - </value> - </prop> </node> </oor:component-data> 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> |