summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-01 11:20:38 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-01 11:20:38 +0100
commit513d5c5781ec14f8512432f31290a3d54c8d57df (patch)
tree4697185f4a040df88a8fa8808be7e71900543a6e /qadevOOo
parent77a4d7fdd7468334e74d675959a05a15ac362aee (diff)
Don't silently suppress calling loadDefaultCalendar
Change-Id: I0335f42ca5bc3110a819fb2aee44f571dcf1d61c
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XCalendar.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
index 129339bbf1fb..2aaeb921f060 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
@@ -80,11 +80,11 @@ public class _XCalendar extends MultiMethodTest {
installed_locales = locData.getAllInstalledLocaleNames();
calendars = new String[installed_locales.length][];
count = new int[installed_locales.length];
- oObj.loadDefaultCalendar(installed_locales[0]);
} catch (com.sun.star.uno.Exception e) {
}
+ oObj.loadDefaultCalendar(installed_locales[0]);
aOriginalDTime = oObj.getDateTime();
debug = tParam.getBool("DebugIsActive");
}