summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java')
-rw-r--r--qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
index 7caa1979adc2..f278f73725f8 100644
--- a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
+++ b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
@@ -41,7 +41,7 @@ public class _XProxyFactory extends MultiMethodTest {
*/
public XProxyFactory oObj;
- /**
+ /*
* First an implementation of
* <code>com.sun.star.lang.XInitialization</code> interface
* is made which sets a flag when its <code>initialize()</code>
@@ -50,7 +50,7 @@ public class _XProxyFactory extends MultiMethodTest {
* object is tried to query for <code>XInitialization</code>
* interface and it's <code>initialize</code> method is
* called. The goal is to check if the real object method
- * was called throwgh it's proxy. <p>
+ * was called through its proxy. <p>
* Has <b>OK</b> status if the real object method was
* called and parameters were passed correctly.
*/