[PATCH] Change in core[libreoffice-4-0-0]: Resolves: fdo#59422 if loading a ll-TT trans succeeds, don't...
Caolán McNamara (via_Code_Review)
gerrit at gerrit.libreoffice.org
Thu Jan 24 16:21:56 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/1856
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/56/1856/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/1856
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-0
Gerrit-Owner: Caolán McNamara <caolanm at redhat.com>
More information about the LibreOffice
mailing list