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

Change-Id: I2041a4a8fa2387a217eac96d4424f8ee511a2e00
This commit is contained in:
Eike Rathke
2014-01-02 22:14:07 +01:00
parent c329969873
commit cc1b6535e0

View File

@@ -2562,7 +2562,8 @@ static bool lclConvertMoney( const OUString& aSearchUnit, double& rfRate, int& r
{ "MTL", 0.429300, 2 }, { "MTL", 0.429300, 2 },
{ "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 }
}; };
const size_t nConversionCount = sizeof( aConvertTable ) / sizeof( aConvertTable[0] ); const size_t nConversionCount = sizeof( aConvertTable ) / sizeof( aConvertTable[0] );