diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-03 18:32:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-06 12:14:37 +0200 |
commit | 4e81efeadee1403bc3315a4adbf86cd769715fc2 (patch) | |
tree | 8f69d89ba3e699a5c03581fd4fcf452774ae52b2 | |
parent | 411162f2d12affc6a1109022b185c7060f12bd4f (diff) |
tdf#55972 Export URLs relative to filesystem in PDF export by default
To sync with the default setting used for other file formats
Change-Id: I4fb0062c43282631c30e89308b25c1658d438537
Reviewed-on: https://gerrit.libreoffice.org/53815
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 1b1c16c3245d..390b54595e40 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5201,7 +5201,7 @@ protocol) present in the document will be exported as relative to the source document location.</desc> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="PDFViewSelection" oor:type="xs:int" oor:nillable="false"> <info> |