diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2022-04-04 09:50:26 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2022-04-08 18:46:38 +0200 |
commit | 14bfb0933073e5bf8ce4f810c38e91125066257a (patch) | |
tree | 8e975fc5759de67106faf8357f2b0a744a5176e6 /officecfg/registry/schema | |
parent | 881cfbf77567194f5016a961d1c3db869734d68b (diff) |
allow to override the generator/producer string in output documents
Add a (non-gui) setting GeneratorOverride that, if set, is used
for odt/docx/pdf generator string identifying the application that
has written it instead of the normal productname etc. string.
Change-Id: Ibe12a063e7e6b5a09c69cdf66cba073793650d62
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132495
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index d1b16d62554b..781dcde05734 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2391,6 +2391,14 @@ </info> <value>true</value> </prop> + <prop oor:name="GeneratorOverride" oor:type="xs:string" oor:nillable="false"> + <info> + <desc>If set, the value will be used as the generator information saved + in documents. Note that the generator information may affect document import + and using an inappropriate value here may change how the document is imported.</desc> + </info> + <value></value> + </prop> </group> <group oor:name="Graphic"> <info> |