qadevOOo/qa/registrymodifications.xcu | 1 + test/user-template/registry-common/modifications.xcd | 11 +++++++++++ 2 files changed, 12 insertions(+)
New commits: commit 4eef3419a1ba8fa135ccf3a81985c848ebbb3396 Author: Andras Timar <[email protected]> AuthorDate: Fri Mar 18 15:06:23 2022 +0100 Commit: Andras Timar <[email protected]> CommitDate: Sat Jan 13 20:55:14 2024 +0100 Disable ViewPDFAfterExport for unit tests - part 2 (UITests) Change-Id: I39d2be986c99ed107a59fd72a62730ece66c3d1b 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> commit 574e107f811dc73d3ddee96a2e3d95d2098ab5e3 Author: Andras Timar <[email protected]> AuthorDate: Wed Mar 16 09:03:11 2022 +0100 Commit: Andras Timar <[email protected]> CommitDate: Sat Jan 13 20:55:04 2024 +0100 Disable ViewPDFAfterExport for unit tests Change-Id: I3e6ab03abf213a191cfcbb1f868bd658635a2bd2 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>
