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 : *

* @see com.sun.star.frame.XModel diff --git a/qadevOOo/tests/java/mod/_sd/DrawController_PresentationView.java b/qadevOOo/tests/java/mod/_sd/DrawController_PresentationView.java index 3fafbcb99954..4398a659f686 100644 --- a/qadevOOo/tests/java/mod/_sd/DrawController_PresentationView.java +++ b/qadevOOo/tests/java/mod/_sd/DrawController_PresentationView.java @@ -137,7 +137,7 @@ public class DrawController_PresentationView extends TestCase { * {@link ifc.frame._XController}(the current controller of the second * created document) *
  • 'DrawPage' for - * {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will + * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will * be new current page)
  • * * @see com.sun.star.frame.XModel diff --git a/qadevOOo/tests/java/mod/_sd/SdUnoDrawView.java b/qadevOOo/tests/java/mod/_sd/SdUnoDrawView.java index 1b8bcc50fc95..ae3a1e46ef22 100644 --- a/qadevOOo/tests/java/mod/_sd/SdUnoDrawView.java +++ b/qadevOOo/tests/java/mod/_sd/SdUnoDrawView.java @@ -134,7 +134,7 @@ public class SdUnoDrawView extends TestCase { * {@link ifc.frame._XController}(the current controller of the second * created document) *
  • 'DrawPage' for - * {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will + * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will * be new current page)
  • * * @see com.sun.star.frame.XModel