diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:38:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:39:11 +0200 |
commit | 2926bd4d6bce5115e4de8e8e155cbeb9fd66e3a4 (patch) | |
tree | 41bb22783665311d54d94d45e827f370fdc8e533 /javaunohelper/test | |
parent | d1ccb1eea871ca4064693b58d2926d4939018614 (diff) |
s/whith/with/
Change-Id: I23da81c182ad30faf871d98e55820295418207d0
Diffstat (limited to 'javaunohelper/test')
-rw-r--r-- | javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java b/javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java index 02f93123cd92..81d3e63e420f 100644 --- a/javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java +++ b/javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java @@ -1112,7 +1112,7 @@ class TestClass extends PropertySet public Property propEnum = new Property("PropEnum", 14, new Type("com.sun.star.beans.PropertyState", TypeClass.ENUM), (short)0); public com.sun.star.beans.PropertyState enumPropertyState = com.sun.star.beans.PropertyState.DEFAULT_VALUE; - // Test private, protected, package access, Anys as arguments and members, members whith a value + // Test private, protected, package access, Anys as arguments and members, members with a value public Property propBoolB= new Property("PropBoolB", 101, new Type(Boolean.TYPE), (short) 0); protected boolean boolPropB; |