summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-06-19 12:32:26 +0200
committerAndras Timar <andras.timar@collabora.com>2015-08-06 12:23:30 +0200
commitfa62671b1bfd82643adbc98ee8e8e93ccfbf4ce4 (patch)
tree20fa7069af9e00f193e3213fab8f96fa409035c0 /qadevOOo
parent0574d2451513185b772316f54b3162b2c5995421 (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 (cherry picked from commit 32b6002d46682819d440243aff4dd53556e89754)
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/qa/registrymodifications.xcu9
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>