diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-07-04 12:20:48 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-07-04 12:20:48 +0200 |
commit | 8d2f282abeb0b701f7c49000d5433462bbda8602 (patch) | |
tree | 5cb035a49643f3e41914c535aa43ff43aa2f2f7f /qadevOOo | |
parent | 39979c8f38c01f11b5223f8a5dab5b4b43ff5cc7 (diff) |
typo: emtpy → empty
Change-Id: I60cdcdc7fc38c175243c071f34295efa8739b717
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java index 9a9905f57025..d559716a04c6 100644 --- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java +++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java @@ -44,7 +44,7 @@ import com.sun.star.ui.dialogs.XFilePickerControlAccess; * FilePicker dialog. </li> * <li> <code>'XFilePickerControlAccess.ControlValue'</code> (of type * <code>Object</code>) <b>optional</b> (but mostly desirable -* since the control has emtpy initial value): +* since the control has empty initial value): * the value which can set for the control . </li> * <ul> <p> * Test is <b> NOT </b> multithread compliant. <p> |