[Libreoffice-commits] core.git: officecfg/registry
Eike Rathke
erack at redhat.com
Fri Jan 3 05:24:21 PST 2014
officecfg/registry/data/org/openoffice/Office/Calc.xcu | 22 +++++++++++++++++
1 file changed, 22 insertions(+)
New commits:
commit 9cf662e46b30f46bdbc473b0e605be8cfca1d4af
Author: Eike Rathke <erack at redhat.com>
Date: Fri Jan 3 14:05:15 2014 +0100
added EUR/EEK and EUR/LVL factors for internal CONVERT(), fdo#73239
Change-Id: Ia385cbba240d1d8095e8a6ed6f4798d99c14794d
diff --git a/officecfg/registry/data/org/openoffice/Office/Calc.xcu b/officecfg/registry/data/org/openoffice/Office/Calc.xcu
index 82711fc..190766e 100644
--- a/officecfg/registry/data/org/openoffice/Office/Calc.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Calc.xcu
@@ -195,6 +195,28 @@
<value>30.1260</value>
</prop>
</node>
+ <node oor:name="CR17" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>EEK</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>15.6466</value>
+ </prop>
+ </node>
+ <node oor:name="CR18" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>LVL</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>0.702804</value>
+ </prop>
+ </node>
</node>
<node oor:name="Calculate">
<node oor:name="Other">
More information about the Libreoffice-commits
mailing list