summaryrefslogtreecommitdiff
path: root/smoketest/com/sun/star
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/com/sun/star')
-rw-r--r--smoketest/com/sun/star/comp/smoketest/TestExtension.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/smoketest/com/sun/star/comp/smoketest/TestExtension.java b/smoketest/com/sun/star/comp/smoketest/TestExtension.java
index ed57f2f96e8d..44be2a734cf4 100644
--- a/smoketest/com/sun/star/comp/smoketest/TestExtension.java
+++ b/smoketest/com/sun/star/comp/smoketest/TestExtension.java
@@ -41,8 +41,6 @@ public class TestExtension {
"com.sun.star.comp.smoketest.TestExtension";
/** The constructor of the inner class has a XMultiServiceFactory parameter.
- * @param xmultiservicefactoryInitialization A special service factory
- * could be introduced while initializing.
*/
public _TestExtension() {
}
@@ -119,7 +117,7 @@ public class TestExtension {
* directly after its creation.
* @param object This array of arbitrary objects will be passed to the
* component after its creation.
- * @throws Exception Every exception will not be handled, but will be
+ * @throws com.sun.star.uno.Exception Every exception will not be handled, but will be
* passed to the caller.
*/
public void initialize( Object[] object )