Kaydet (Commit) fbfba66a authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#59422 if loading a ll-TT trans succeeds, don't fallback to ll

Change-Id: I169d9e95a2ac1f22bc94e46781bfcee07b133ad4
üst 3f099e64
...@@ -110,6 +110,7 @@ void VclBuilder::loadTranslations(const com::sun::star::lang::Locale &rLocale, c ...@@ -110,6 +110,7 @@ void VclBuilder::loadTranslations(const com::sun::star::lang::Locale &rLocale, c
{ {
xmlreader::XmlReader reader(sTransUri); xmlreader::XmlReader reader(sTransUri);
handleTranslations(reader); handleTranslations(reader);
break;
} }
catch (const ::com::sun::star::uno::Exception &) catch (const ::com::sun::star::uno::Exception &)
{ {
......
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