diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2022-04-25 14:58:29 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2022-04-26 10:39:22 +0200 |
commit | c51ef466f736c9e0e192d2c7feeda0a39bca2011 (patch) | |
tree | 5839e465e0caa86abaeb6eccfb98500e9035ab4b /officecfg | |
parent | baa1583a7b9b8a4ea5859e4fc320e570f2d10741 (diff) |
officecfg: deprecate Office::Histories::HistoryItem::Password
Appears not to be set anywhere in the code, which is probably for the
best; let's deprecate it.
Change-Id: I2cb1d4095773819dfa602b0e2f71e83f1329011d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133386
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Histories.xcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Histories.xcs b/officecfg/registry/schema/org/openoffice/Office/Histories.xcs index 23095a8ebb66..d4f8b27ea67e 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Histories.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Histories.xcs @@ -38,6 +38,7 @@ </prop> <prop oor:name="Password" oor:type="xs:string"> <info> + <deprecated>Not used anymore</deprecated> <desc>Contains an encoded password used to open the document.</desc> </info> </prop> |