diff options
author | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2023-05-22 22:46:55 +0200 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2023-06-06 07:08:09 +0200 |
commit | 436f3f8eb5b45620842351a1f29ba49571043515 (patch) | |
tree | a99051a06ec68d26b2b843de35d1354b30be6834 /officecfg | |
parent | 026924b192031769449814b9166a7b8d37c869f8 (diff) |
tdf#38742 - Start Center: introduce push pins to favorite documents
Change-Id: I879e4d93e1da222d9acabb776552ca1cf819574b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152136
Tested-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Histories.xcs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Histories.xcs b/officecfg/registry/schema/org/openoffice/Office/Histories.xcs index 0f4894477d4c..e01534fb9aea 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Histories.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Histories.xcs @@ -52,6 +52,11 @@ <desc>Stores whether the document was opened editable or read-only.</desc> </info> </prop> + <prop oor:name="Pinned" oor:type="xs:boolean"> + <info> + <desc>Stores whether the document is pinned in the user-interface.</desc> + </info> + </prop> </group> <group oor:name="HistoryOrder"> <info> |