summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/i18n/_XCalendar.java')
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XCalendar.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
index 59c983b8aaa5..43f46d128be0 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
@@ -68,6 +68,7 @@ public class _XCalendar extends MultiMethodTest {
double aOriginalDTime = 0;
Locale[] installed_locales;
+ @Override
public void before() {
XLocaleData locData = null;
try {
@@ -91,6 +92,7 @@ public class _XCalendar extends MultiMethodTest {
* Restore the changed time during the test to the original value of the
* machine: has to be correct for the following interface tests.
*/
+ @Override
public void after() {
oObj.loadDefaultCalendar(installed_locales[0]);
oObj.setDateTime(aOriginalDTime);