officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +- qadevOOo/qa/registrymodifications.xcu | 1 + test/user-template/registry-common/modifications.xcd | 11 +++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-)
New commits: commit 8775daf8f5e45e801569a76aae04e3f8147e6980 Author: Andras Timar <[email protected]> AuthorDate: Thu Apr 18 12:38:11 2019 +0200 Commit: Andras Timar <[email protected]> CommitDate: Sat Feb 8 14:35:51 2025 +0100 [cp] ViewPDFAfterExport default true ... and set it back to false for unit tests Change-Id: I2c054ba672c7ab52a6e3f3f085823fd5015f0d62 Reviewed-on: https://gerrit.libreoffice.org/75233 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Andras Timar <[email protected]> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index aba455a55569..d94c0aeacf00 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -4676,7 +4676,7 @@ <info> <desc>Specifies if PDF automatically opens after export.</desc> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="ExportBookmarks" oor:type="xs:boolean" oor:nillable="false"> <info> diff --git a/qadevOOo/qa/registrymodifications.xcu b/qadevOOo/qa/registrymodifications.xcu index 0a4fccf18c88..7819396e78bd 100644 --- a/qadevOOo/qa/registrymodifications.xcu +++ b/qadevOOo/qa/registrymodifications.xcu @@ -9,4 +9,5 @@ <item oor:path="/org.openoffice.Setup/L10N"><prop oor:name="ooSetupSystemLocale" oor:op="fuse"><value>en-US</value></prop></item> <item oor:path="/org.openoffice.Setup/L10N"><prop oor:name="ooLocale" oor:op="fuse"><value>en</value></prop></item> <item oor:path="/org.openoffice.Office.Linguistic/General"><prop oor:name="UILocale" oor:op="fuse"><value>en-US</value></prop></item> +<item oor:path="/org.openoffice.Office.Common/Filter/PDF/Export"><prop oor:name="ViewPDFAfterExport" oor:op="fuse"><value>false</value></prop></item> </oor:items> diff --git a/test/user-template/registry-common/modifications.xcd b/test/user-template/registry-common/modifications.xcd index a212242785ea..2d4107d4c0fb 100644 --- a/test/user-template/registry-common/modifications.xcd +++ b/test/user-template/registry-common/modifications.xcd @@ -144,4 +144,15 @@ </prop> </node> </oor:component-data> + <oor:component-data oor:name="Common" oor:package="org.openoffice.Office"> + <node oor:name="Filter"> + <node oor:name="PDF"> + <node oor:name="Export"> + <prop oor:name="ViewPDFAfterExport"> + <value>false</value> + </prop> + </node> + </node> + </node> + </oor:component-data> </oor:data>
