diff options
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/frame/_XModuleManager.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java index c43de57f05b9..2c6d414a7fd6 100644 --- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java +++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java @@ -39,13 +39,13 @@ import com.sun.star.frame.UnknownModuleException; * <ul> * <li> <code>'XModuleManager.XFrame'</code> (of type <code>PropertyValue[]</code>): * PropertyValue[n].Value : a XFrame -* PropertyValue[n].Name : the expected return value of <code>idendify()</code></li> +* PropertyValue[n].Name : the expected return value of <code>identify()</code></li> * <li> <code>'XModuleManager.XController'</code> (of type <code>PropertyValue[]</code>): * PropertyValue[n].Value : a XController -* PropertyValue[n].Name : the expected return value of <code>idendify()</code></li> +* PropertyValue[n].Name : the expected return value of <code>identify()</code></li> * <li> <code>'XModuleManager.XModel'</code> (of type <code>PropertyValue[]</code>): * PropertyValue[n].Value : a XFrame -* PropertyValue[n].Name : the expected return value of <code>idendify()</code></li> +* PropertyValue[n].Name : the expected return value of <code>identify()</code></li> * </ul> <p> * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.frame.XModuleManager |