summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 12:52:38 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 10:58:04 +0000
commit6d623c9ebca074df4ad46c6316e901eff71c0502 (patch)
tree252f866f818cd112a97b796241272fe0cb0cb412 /qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
parent8e4388f6dcd12173a2f354332fdfb758eb612393 (diff)
Fix typos
Change-Id: Ibe0a436f38da760267d9b33893e3c2e8fef2f1d5 Reviewed-on: https://gerrit.libreoffice.org/18964 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
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.
*/