diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-10-09 12:38:05 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-10-09 13:02:50 +0200 |
commit | 05f1a88e199cbffa786cf1fe8719638d205bae9f (patch) | |
tree | 4d3f141aaa8ca97978452fea2840b2e27ffe3268 /qadevOOo/tests | |
parent | 0be1c2e87a0ff932584dba0e96b535e6c5eea6d9 (diff) |
typo: Lable -> Label
Change-Id: I8b9e9f75dd22ee5bff678c5bc0e1fa9381a103de
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r-- | qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java b/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java index 190e736d984d..2f0983852993 100644 --- a/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java +++ b/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java @@ -37,11 +37,11 @@ import com.sun.star.uno.XInterface; * <li> <code>'FL'</code> as <code>com.sun.star.form.XLoadable</code> * implementation : used to connect control to data source. </li> * <li> <code>'LC'</code> as <code>com.sun.star.uno.XInterface</code> -* implementation : as value for LableControl property (see property +* implementation : as value for LabelControl property (see property * documentation). </li> * <li> <code>'DataAwareControlModel.NewFieldName'</code> : * <b>optional</b> <code>String</code> relation which is used -* for new value of DataFiled proeprty.</li> +* for new value of DataField property.</li> * <ul> <p> * Test is <b> NOT </b> multithread compliant. <p> * After test completion object environment has to be recreated. |