diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-26 10:25:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 10:16:40 +0100 |
commit | 33e80611c46ffb8b324e1d445287f0957546de97 (patch) | |
tree | e4549720e29fdce11e54b83a24ece1eb878917ec /officecfg | |
parent | 11fc3b52db6e46d0879b163da59df14268c1fe13 (diff) |
remove unused SubsFontFlags flags
and document in the registry that the SubstFontsPS is unused
Change-Id: I66a9e0b4353f17b34cffb02823726c9887b7bdd3
Reviewed-on: https://gerrit.libreoffice.org/64065
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/VCL.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/VCL.xcs b/officecfg/registry/schema/org/openoffice/VCL.xcs index a46588965c01..7c9a567b4ce5 100644 --- a/officecfg/registry/schema/org/openoffice/VCL.xcs +++ b/officecfg/registry/schema/org/openoffice/VCL.xcs @@ -38,12 +38,12 @@ </prop> <prop oor:name="SubstFontsPS" oor:type="xs:string"> <info> - <desc>Contains a list of substitute fonts used in a PostScript context (for example, EPS export).</desc> + <desc>Unused. Used to contain a list of substitute fonts used in a PostScript context (for example, EPS export).</desc> </info> </prop> <prop oor:name="SubstFontsHTML" oor:type="xs:string"> <info> - <desc>Contains a list of substitute fonts used in a HTML context (for example, HTML import/export).</desc> + <desc>Unused. Used to contain a list of substitute fonts used in a HTML context (for example, HTML import/export).</desc> </info> </prop> <prop oor:name="FontWeight" oor:type="xs:string"> |