Files
libreoffice/qadevOOo/qa/registrymodifications.xcu
Michael Stahl 32b6002d46 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
2015-06-19 13:00:20 +02:00

10 lines
849 B
XML

<?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>