summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java b/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java
index 1c8028fee64e..5befa68df01b 100644
--- a/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java
+++ b/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java
@@ -246,7 +246,7 @@ public class _XPropertyContainer extends MultiMethodTest {
exp=false;
try {
- log.println("remove not removeable property '" + propertyNotRemovable + "'") ;
+ log.println("remove not removable property '" + propertyNotRemovable + "'") ;
oObj.removeProperty(propertyNotRemovable);
} catch (NotRemoveableException ex) {
log.println("OK: expected Exception was thrown: " + ex.toString());