summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-01-02 22:14:07 +0100
committerEike Rathke <erack@redhat.com>2014-01-02 22:15:12 +0100
commitcc1b6535e01db62688a7bee50852d33e4ee50761 (patch)
treed8dd631eb72f99b429f04ec972226604fd785ae6
parentc32996987354d045523beaa98b5d227d161f72fb (diff)
added Latvian "LVL" to EUROCONVERT(), fdo#73239
Change-Id: I2041a4a8fa2387a217eac96d4424f8ee511a2e00
-rw-r--r--sc/source/core/tool/interpr2.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx
index cdc2120244a0..d13f1e68c992 100644
--- a/sc/source/core/tool/interpr2.cxx
+++ b/sc/source/core/tool/interpr2.cxx
@@ -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] );