diff --git a/qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java b/qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java
index c4e1a5940b2d..5d371e48b731 100644
--- a/qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java
+++ b/qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java
@@ -107,8 +107,6 @@ public class GraphicalDifferenceCheck
*
* @param _sInputFile the original document
* @param _sReferencePath the directory where the document will print as file or export as pdf.
- *
- * @throws ConvWatchException if the are problems, see containing message
*/
public static boolean isReferenceExists(String _sInputFile, String _sReferencePath, GraphicalTestArguments _aGTA)
{
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index cf347cce6389..5d6132341b69 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -54,7 +54,7 @@ import com.sun.star.uno.Type;
*
* @see MultiMethodTest
* @see #testProperty(String)
- * @see #testProperty(String, Propertytester)
+ * @see #testProperty(String, PropertyTester)
* @see #getNewValue
* @see #compare
* @see #toString(Object)
diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java
index 78019ae01947..4654014f327e 100644
--- a/qadevOOo/runner/util/utils.java
+++ b/qadevOOo/runner/util/utils.java
@@ -889,7 +889,7 @@ public class utils {
* @param expand the string to expand
* @throws java.lang.Exception was thrown on any exception
* @return return the expanded string
- * @see com.sun.star.util.theMacroExpander
+ * @see com.sun.star.util.XMacroExpander
*/
public static String expandMacro(XMultiServiceFactory xMSF, String expand) throws java.lang.Exception {
try {
diff --git a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
index 86a20de32633..ae5c85747ab5 100644
--- a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
+++ b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
@@ -60,7 +60,7 @@ import com.sun.star.beans.PropertyValue;
*
* @see com.sun.star.text.NumberingLevel
* @see com.sun.star.test.ParagraphProperties
-* @see ifc.text._ParagraphProperties
+* @see ifc.style._ParagraphProperties
*/
public class _NumberingLevel {
diff --git a/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java b/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
index 0c88f0a28355..fbf6a94db84d 100644
--- a/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
+++ b/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
@@ -58,16 +58,16 @@ import lib.TestParameters;
public class CachedContentResultSetFactory extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service
* com.sun.star.ucb.CachedContentResultSetFactory
.
* Object relations created : *
'CachedContentResultSetStub'
for
- * {@link ifc.XCachedContentResultSetFactory} : the destination
+ * {@link ifc.ucb._XCachedContentResultSetFactory} : the destination
* interface requires as its parameter an instance of
* CachedContentResultSetStub
service. It is created
- * using UniversalContentBroker
and queriing it for
+ * using UniversalContentBroker
and querying it for
* PackageContent
which represents JAR file mentioned
* above. Then the dynamic list of file contents (entries) is retrieved,
* and a static list is created from it. Using
diff --git a/qadevOOo/tests/java/mod/_cached/CachedContentResultSetStubFactory.java b/qadevOOo/tests/java/mod/_cached/CachedContentResultSetStubFactory.java
index 24d151c5be9f..27db3a10d8d4 100644
--- a/qadevOOo/tests/java/mod/_cached/CachedContentResultSetStubFactory.java
+++ b/qadevOOo/tests/java/mod/_cached/CachedContentResultSetStubFactory.java
@@ -57,16 +57,16 @@ import lib.TestParameters;
public class CachedContentResultSetStubFactory extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service
* com.sun.star.ucb.CachedContentResultSetStubFactory
. * Object relations created : *
'ContentResultSet'
for
- * {@link ifc.XCachedContentResultSetStubFactory} : the destination
+ * {@link ifc.ucb._XCachedContentResultSetStubFactory} : the destination
* interface requires as its parameter an instance of
* ContentResultSet
service. It is created
- * using UniversalContentBroker
and queriing it for
+ * using UniversalContentBroker
and querying it for
* PackageContent
which represents JAR file mentioned
* above. Then the dynamic list of file contents (entries) is retrieved,
* and a static list is created from it. It represents
diff --git a/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java b/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java
index c092967b70d5..68e053daebb2 100644
--- a/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java
+++ b/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java
@@ -57,13 +57,13 @@ import lib.TestParameters;
public class CachedDynamicResultSetFactory extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service
* com.sun.star.ucb.CachedDynamicResultSetFactory
. * Object relations created : *
'CachedDynamicResultSetStub'
for
- * {@link ifc.XCachedDynamicResultSetFactory} : the destination
+ * {@link ifc.ucb._XCachedDynamicResultSetFactory} : the destination
* interface requires as its parameter an instance of
* CachedDynamicResultSetStub
service. It is created
* using UniversalContentBroker
and queriing it for
diff --git a/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
index 1f29cf1556e6..af216c672a3f 100644
--- a/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
+++ b/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
@@ -56,16 +56,16 @@ import lib.TestParameters;
public class CachedDynamicResultSetStubFactory extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service
* com.sun.star.ucb.CachedDynamicResultSetStubFactory
. * Object relations created : *
'DynamicResultSet'
for
- * {@link ifc.XCachedDynamicResultSetStubFactory} : the destination
+ * {@link ifc.ucb._XCachedDynamicResultSetStubFactory} : the destination
* interface requires as its parameter an instance of
* DynamicResultSet
service. It is created
- * using UniversalContentBroker
and queriing it for
+ * using UniversalContentBroker
and querying it for
* PackageContent
which represents JAR file mentioned
* above. Then the dynamic list of file contents (entries) is retrieved.
* 'XFilePickerControlAccess.ControlID'
for
- * {@link ifc.ui._XFilePickerControlAccess} : here
+ * {@link ifc.ui.dialogs._XFilePickerControlAccess} : here
* it is identifier of check box.'XFilePickerControlAccess.ControlValue'
for
- * {@link ifc.ui._XFilePickerControlAccess} :
+ * {@link ifc.ui.dialogs._XFilePickerControlAccess} :
* The value for control to set (since the initial value
* of the control is empty) .'XSingleServiceFactory.createInstance.negative'
:
- * for interface {@link _ifc.lang.XSingleServiceFactory} ;
+ * for interface {@link ifc.lang._XSingleServiceFactory} ;
* String
relation; If its value 'true' then
* createInstance
method for the object isn't
* supported. In this case object doesn't support this method.'XSingleServiceFactory.arguments'
:
- * for interface {@link _ifc.lang.XSingleServiceFactory} ;
+ * for interface {@link ifc.lang._XSingleServiceFactory} ;
* has Object[]
type. This relation is used as
* a parameter for createInstanceWithArguments
* method call. If this relation doesn't exist test pass
- * zerro length array as argument. Here
+ * zero length array as argument. Here
* com.sun.star.io.Pipe
instance is passed.'XSingleServiceFactory.MustSupport'
:
- * for interface {@link _ifc.lang.XSingleServiceFactory}.
+ * for interface {@link ifc.lang._XSingleServiceFactory}.
* Specifies that created instance must support
* com.sun.star.script.XInvocation
interface.
* 'DrawPage'
for
- * {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will
+ * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will
* be new current page) 'DrawPage'
for
- * {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will
+ * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will
* be new current page) 'DrawPage'
for
- * {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will
+ * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will
* be new current page) 'DrawPage'
for
- * {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will
+ * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will
* be new current page) 'DrawPage'
for
- * {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will
+ * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will
* be new current page)