summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report
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/report
parent1c78531915457b505af81c22d43975950e6c08fe (diff)
Java cleanup - fix javadoc comments and invalid tags
Change-Id: Id1bb14458203393a2f40e0333afc62416719b1a0
Diffstat (limited to 'wizards/com/sun/star/wizards/report')
-rw-r--r--wizards/com/sun/star/wizards/report/CallReportWizard.java13
-rw-r--r--wizards/com/sun/star/wizards/report/IReportDocument.java3
2 files changed, 6 insertions, 10 deletions
diff --git a/wizards/com/sun/star/wizards/report/CallReportWizard.java b/wizards/com/sun/star/wizards/report/CallReportWizard.java
index 2708a8b1980f..b3dc50ba395f 100644
--- a/wizards/com/sun/star/wizards/report/CallReportWizard.java
+++ b/wizards/com/sun/star/wizards/report/CallReportWizard.java
@@ -60,15 +60,12 @@ public class CallReportWizard
/** 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 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.
+ * @param xMSF The service manager, who gives access to every known service.
+ * @param xregistrykey Makes structural information (except regarding treestructures) 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)
{
diff --git a/wizards/com/sun/star/wizards/report/IReportDocument.java b/wizards/com/sun/star/wizards/report/IReportDocument.java
index 1ef0e9300847..4cc0e45e727f 100644
--- a/wizards/com/sun/star/wizards/report/IReportDocument.java
+++ b/wizards/com/sun/star/wizards/report/IReportDocument.java
@@ -208,7 +208,6 @@ public interface IReportDocument
* @param Name
* @param _bAsTemplate
* @param _bOpenInDesign
- * @return
*/
public void createAndOpenReportDocument(
final String Name,
@@ -252,7 +251,7 @@ public interface IReportDocument
/**
* check internal invariants
- * @throws a
+ * @throws java.lang.Exception
*/
public void checkInvariants() throws java.lang.Exception;
}