Kaydet (Commit) cc1b6535 authored tarafından Eike Rathke's avatar Eike Rathke

added Latvian "LVL" to EUROCONVERT(), fdo#73239

Change-Id: I2041a4a8fa2387a217eac96d4424f8ee511a2e00
üst c3299698
......@@ -2562,7 +2562,8 @@ static bool lclConvertMoney( const OUString& aSearchUnit, double& rfRate, int& r
{ "MTL", 0.429300, 2 },
{ "CYP", 0.585274, 2 },
{ "SKK", 30.1260, 2 },
{ "EEK", 15.6466, 2 }
{ "EEK", 15.6466, 2 },
{ "LVL", 0.702804, 2 }
};
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