Kaydet (Commit) 513d5c57 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Don't silently suppress calling loadDefaultCalendar

Change-Id: I0335f42ca5bc3110a819fb2aee44f571dcf1d61c
üst 77a4d7fd
...@@ -80,11 +80,11 @@ public class _XCalendar extends MultiMethodTest { ...@@ -80,11 +80,11 @@ public class _XCalendar extends MultiMethodTest {
installed_locales = locData.getAllInstalledLocaleNames(); installed_locales = locData.getAllInstalledLocaleNames();
calendars = new String[installed_locales.length][]; calendars = new String[installed_locales.length][];
count = new int[installed_locales.length]; count = new int[installed_locales.length];
oObj.loadDefaultCalendar(installed_locales[0]);
} catch (com.sun.star.uno.Exception e) { } catch (com.sun.star.uno.Exception e) {
} }
oObj.loadDefaultCalendar(installed_locales[0]);
aOriginalDTime = oObj.getDateTime(); aOriginalDTime = oObj.getDateTime();
debug = tParam.getBool("DebugIsActive"); debug = tParam.getBool("DebugIsActive");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment