summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XSheetFilterable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XSheetFilterable.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XSheetFilterable.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetFilterable.java b/qadevOOo/tests/java/ifc/sheet/_XSheetFilterable.java
index b230bd0b866d..d35703041884 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XSheetFilterable.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XSheetFilterable.java
@@ -112,15 +112,15 @@ public class _XSheetFilterable extends MultiMethodTest {
log.println("couldn't fill cells " + e.getLocalizedMessage());
res = false;
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println("problems geting Property 'isVisible' " +
+ log.println("problems getting Property 'isVisible' " +
e.getLocalizedMessage());
res = false;
} catch (com.sun.star.beans.UnknownPropertyException e) {
- log.println("problems geting Property 'isVisible' " +
+ log.println("problems getting Property 'isVisible' " +
e.getLocalizedMessage());
res = false;
}
tRes.tested("filter()", res);
}
-} \ No newline at end of file
+}