Hi,
I have submitted a patch for review:
    https://gerrit.libreoffice.org/1855
To pull it, you can do:
    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/1855/1
Resolves: fdo#59422 if loading a ll-TT trans succeeds, don't fallback to ll
Change-Id: I169d9e95a2ac1f22bc94e46781bfcee07b133ad4
(cherry picked from commit fbfba66ac4990875e90f7af56113ca453d83f069)
---
M vcl/source/window/builder.cxx
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 5b4b5e2..68bc434 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -109,6 +109,7 @@
         {
             xmlreader::XmlReader reader(sTransUri);
             handleTranslations(reader);
+            break;
         }
         catch (const ::com::sun::star::uno::Exception &)
         {
-- 
To view, visit https://gerrit.libreoffice.org/1855
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I169d9e95a2ac1f22bc94e46781bfcee07b133ad4
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Caolán McNamara <caolanm@redhat.com>
Context
- [PATCH] Change in core[libreoffice-4-0]: Resolves: fdo#59422 if	loading a ll-TT trans succeeds, don't... · via Code Review
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.