summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java')
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XCalendar.java11
1 files changed, 6 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
index e04595adbb8c..129339bbf1fb 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
@@ -76,15 +76,16 @@ public class _XCalendar extends MultiMethodTest {
XLocaleData.class,
tParam.getMSF().createInstance(
"com.sun.star.i18n.LocaleData"));
+
+ 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) {
}
- installed_locales = locData.getAllInstalledLocaleNames();
- calendars = new String[installed_locales.length][];
- count = new int[installed_locales.length];
- oObj.loadDefaultCalendar(installed_locales[0]);
- aOriginalDTime = oObj.getDateTime();
+ aOriginalDTime = oObj.getDateTime();
debug = tParam.getBool("DebugIsActive");
}