diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-06-19 12:32:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-19 13:00:20 +0200 |
commit | 32b6002d46682819d440243aff4dd53556e89754 (patch) | |
tree | 86476874106362b21117575177f154eb1e8bd9de /qadevOOo/qa | |
parent | a61e55a2c8b1c555de905986834462f3ce31621c (diff) |
qadevOOo: fix _XDataPilotTables failure in non-english locales
Set the UILocale to en but do that with a registrymodifications.xcu as
setting it via configmgr requires a restart.
Change-Id: I26d9f6aa07852a7f18e2b3b7baccdb2e85524ea4
Diffstat (limited to 'qadevOOo/qa')
-rw-r--r-- | qadevOOo/qa/registrymodifications.xcu | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qadevOOo/qa/registrymodifications.xcu b/qadevOOo/qa/registrymodifications.xcu new file mode 100644 index 000000000000..9d9c2a8ac714 --- /dev/null +++ b/qadevOOo/qa/registrymodifications.xcu @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Force EN Calc function names and UI so "Filter" match also + when building with non-en system locales --> +<oor:items xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<item oor:path="/org.openoffice.Office.Calc/Formula/Syntax"><prop oor:name="EnglishFunctionName" oor:op="fuse"><value>true</value></prop></item> +<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> +</oor:items> |