summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/table
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-27 12:57:12 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-29 22:02:59 +0200
commitdab59ab4bcadb14bef9ad7d185d58610fda22012 (patch)
tree2a75714a1516c92432688f2386e986febe3b3748 /wizards/com/sun/star/wizards/table
parent1c78531915457b505af81c22d43975950e6c08fe (diff)
Java cleanup - fix javadoc comments and invalid tags
Change-Id: Id1bb14458203393a2f40e0333afc62416719b1a0
Diffstat (limited to 'wizards/com/sun/star/wizards/table')
-rw-r--r--wizards/com/sun/star/wizards/table/CallTableWizard.java15
1 files changed, 6 insertions, 9 deletions
diff --git a/wizards/com/sun/star/wizards/table/CallTableWizard.java b/wizards/com/sun/star/wizards/table/CallTableWizard.java
index 43e4fec1f617..5e3d5a975a46 100644
--- a/wizards/com/sun/star/wizards/table/CallTableWizard.java
+++ b/wizards/com/sun/star/wizards/table/CallTableWizard.java
@@ -33,15 +33,12 @@ public class CallTableWizard
/** Gives a factory for creating the service.
* This method is called by the <code>JavaLoader</code>
* <p>
- * @return Returns a <code>XSingleServiceFactory</code> for creating the
- * component.
- * @see com.sun.star.comp.loader.JavaLoader#
+ * @return Returns a <code>XSingleServiceFactory</code> for creating the component.
+ * @see com.sun.star.comp.loader.JavaLoader
* @param stringImplementationName The implementation name of the component.
- * @param xmultiservicefactory The service manager, who gives access to every
- * known service.
- * @param xregistrykey Makes structural information (except regarding tree
- * structures) of a single
- * registry key accessible.
+ * @param xMSF The service manager, who gives access to every known service.
+ * @param xregistrykey Makes structural information (except regarding tree structures) of a single
+ * registry key accessible.
*/
public static com.sun.star.lang.XSingleServiceFactory __getServiceFactory(String stringImplementationName, com.sun.star.lang.XMultiServiceFactory xMSF, com.sun.star.registry.XRegistryKey xregistrykey)
{
@@ -103,7 +100,7 @@ public class CallTableWizard
* 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) throws com.sun.star.uno.Exception