Kaydet (Commit) 21c8b581 authored tarafından Aurimas Fišeras's avatar Aurimas Fišeras Kaydeden (comit) Thomas Arnhold

added Lithuanian "LTL" to EUROCONVERT(), CONVERT()

Change-Id: Iefde129177df827c4b6508ff190f20e1e1973221
Reviewed-on: https://gerrit.libreoffice.org/11088Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst 0b3e1d9b
...@@ -217,6 +217,17 @@ ...@@ -217,6 +217,17 @@
<value>0.702804</value> <value>0.702804</value>
</prop> </prop>
</node> </node>
<node oor:name="CR19" oor:op="replace">
<prop oor:name="FromUnit">
<value>EUR</value>
</prop>
<prop oor:name="ToUnit">
<value>LTL</value>
</prop>
<prop oor:name="Factor">
<value>3.45280</value>
</prop>
</node>
</node> </node>
<node oor:name="Calculate"> <node oor:name="Calculate">
<node oor:name="Other"> <node oor:name="Other">
......
...@@ -2795,7 +2795,8 @@ static bool lclConvertMoney( const OUString& aSearchUnit, double& rfRate, int& r ...@@ -2795,7 +2795,8 @@ static bool lclConvertMoney( const OUString& aSearchUnit, double& rfRate, int& r
{ "CYP", 0.585274, 2 }, { "CYP", 0.585274, 2 },
{ "SKK", 30.1260, 2 }, { "SKK", 30.1260, 2 },
{ "EEK", 15.6466, 2 }, { "EEK", 15.6466, 2 },
{ "LVL", 0.702804, 2 } { "LVL", 0.702804, 2 },
{ "LTL", 3.45280, 2 }
}; };
static const size_t nConversionCount = sizeof( aConvertTable ) / sizeof( aConvertTable[0] ); static const size_t nConversionCount = sizeof( aConvertTable ) / sizeof( aConvertTable[0] );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment