added Latvian "LVL" to EUROCONVERT(), fdo#73239
Change-Id: I2041a4a8fa2387a217eac96d4424f8ee511a2e00
This commit is contained in:
parent
c329969873
commit
cc1b6535e0
@ -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] );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user