summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/builder.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 9d6ab86a6fe5..e62e4dce9b4c 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -110,6 +110,7 @@ void VclBuilder::loadTranslations(const com::sun::star::lang::Locale &rLocale, c
{
xmlreader::XmlReader reader(sTransUri);
handleTranslations(reader);
+ break;
}
catch (const ::com::sun::star::uno::Exception &)
{