summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-07-02 13:24:38 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-08-20 12:55:08 +0100
commitbf542dfdba7ec0996bf3a635ea87aeff176d0dc0 (patch)
treeb82f3e01ea88be1aebc30840545ba798d52b76a0 /qadevOOo
parent360f566cf91b2b78a39512ce0f87f5375f7e0479 (diff)
Java update - cleanup javadoc @see tags
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/helper/PropertyHandlerImpl.java36
-rw-r--r--qadevOOo/runner/lib/MultiPropertyTest.java6
-rw-r--r--qadevOOo/runner/stats/SQLExecution.java2
-rw-r--r--qadevOOo/runner/util/DBTools.java5
-rw-r--r--qadevOOo/runner/util/DrawTools.java2
-rw-r--r--qadevOOo/runner/util/PropertyName.java2
-rw-r--r--qadevOOo/runner/util/XMLTools.java2
-rw-r--r--qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java2
-rw-r--r--qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java2
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java2
-rw-r--r--qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java2
-rw-r--r--qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java2
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java2
-rw-r--r--qadevOOo/tests/java/mod/_dbaccess/ODatabaseContext.java10
-rw-r--r--qadevOOo/tests/java/mod/_dbaccess/ODatabaseSource.java4
-rw-r--r--qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java8
-rw-r--r--qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java8
-rw-r--r--qadevOOo/tests/java/mod/_dbpool/OConnectionPool.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OEditControl.java6
-rw-r--r--qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManager.java1
-rw-r--r--qadevOOo/tests/java/mod/_fwk/ObjectMenuController.java1
-rw-r--r--qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java1
-rw-r--r--qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java1
-rw-r--r--qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwl/TypeDetection.java2
-rw-r--r--qadevOOo/tests/java/mod/_i18n/CalendarImpl.java2
-rw-r--r--qadevOOo/tests/java/mod/_inv/Invocation.java2
-rw-r--r--qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java10
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java4
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessibleDocumentPagePreview.java4
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeader.java4
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeaderArea.java4
-rw-r--r--qadevOOo/tests/java/mod/_sch/ChXDiagram.java2
-rw-r--r--qadevOOo/tests/java/mod/_sd/DrawController_DrawView.java2
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java2
-rw-r--r--qadevOOo/tests/java/mod/_text/DefaultNumberingProvider.java2
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java6
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleScrollBar.java6
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleStatusBar.java6
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleStatusBarItem.java6
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleTabControl.java4
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java2
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleToolBox.java2
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleToolBoxItem.java8
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleWindow.java8
47 files changed, 97 insertions, 106 deletions
diff --git a/qadevOOo/runner/helper/PropertyHandlerImpl.java b/qadevOOo/runner/helper/PropertyHandlerImpl.java
index d8909f3d0129..d933e80dc5e9 100644
--- a/qadevOOo/runner/helper/PropertyHandlerImpl.java
+++ b/qadevOOo/runner/helper/PropertyHandlerImpl.java
@@ -34,7 +34,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param ActuatingPropertyName the id of the actuating property.
* @param NewValue the new value of the property
* @param OldValue the old value of the property
@@ -55,7 +55,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param xEventListener the listener to notify about changes
*/
public void addEventListener(com.sun.star.lang.XEventListener xEventListener) {
@@ -70,7 +70,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName The name of the property whose value is to be converted.
* @param PropertyValue The to-be-converted property value.
* @param ControlValueType The target type of the conversion. This type is determined by the control which is used to display the property, which in turn is determined by the handler itself in describePropertyLine .
@@ -88,7 +88,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName The name of the conversion's target property.
* @param ControlValue The to-be-converted control value. This value has been obtained from an XPropertyControl , using its Value attribute.
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
@@ -99,12 +99,11 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName the name of the property whose user interface is to be described
* @param out_Descriptor the descriptor of the property line, to be filled by the XPropertyHandler implementation
* @param ControlFactory a factory for creating XPropertyControl instances. Must not be NULL .
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by this handler
- *
* @throws com.sun.star.lang.NullPointerException ::com::sun::star::lang::NullPointerException if ControlFactory is NULL .
*/
public LineDescriptor describePropertyLine(
@@ -116,13 +115,13 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
*/
public void dispose() {
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @return null
*/
public String[] getActuatingProperties() {
@@ -130,7 +129,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName the name of the property whose state is to be retrieved
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
* @return null
@@ -141,7 +140,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName the name of the property whose value is to be retrieved
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
* @return null
@@ -151,7 +150,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @return null
*/
public String[] getSupersededProperties() {
@@ -167,7 +166,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param Component the component to inspect. Must not be NULL
* @throws com.sun.star.lang.NullPointerException com::sun::star::lang::NullPointerException if the component is NULL
*/
@@ -175,7 +174,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName the name of the property whose composability is to be determined
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
*
@@ -187,7 +186,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName The name of the property whose browse button has been clicked
* @param Primary true if and only if the primary button has been clicked, false otherwise
* @param out_Data If the method returns InteractiveSelectionResult::ObtainedValue , then _rData contains the value which has been interactively obtained from the user, and which still needs to be set at the inspected component.
@@ -215,14 +214,14 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param xPropertyChangeListener the listener to be revoke
*/
public void removePropertyChangeListener(com.sun.star.beans.XPropertyChangeListener xPropertyChangeListener) {
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName the name of the property whose value is to be set
* @param Value the property value to set
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
@@ -231,7 +230,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param Suspend Whether the handler is to be suspended true or reactivated ( false ). The latter happens if a handler was successfully suspended, but an external instance vetoed the whole suspension process.
* @return false
*/
@@ -240,9 +239,8 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
*/
-
public void describePropertyLine(String string, LineDescriptor[] lineDescriptor, XPropertyControlFactory xPropertyControlFactory) throws UnknownPropertyException, com.sun.star.lang.NullPointerException {
}
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index 9e69f2f1b049..cf347cce6389 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -503,9 +503,9 @@ public class MultiPropertyTest extends MultiMethodTest
* specified as parameters.
*
* @param val1 Not <code>null</code> value for the property
- * tested.
- * @param val1 Not <code>null</code> value for the property
- * tested which differs from the first value.
+ * tested.
+ * @param val2 Not <code>null</code> value for the property
+ * tested which differs from the first value.
*/
public PropertyValueSwitcher(Object val1, Object val2)
{
diff --git a/qadevOOo/runner/stats/SQLExecution.java b/qadevOOo/runner/stats/SQLExecution.java
index 3253415bd490..8c1651baf5ba 100644
--- a/qadevOOo/runner/stats/SQLExecution.java
+++ b/qadevOOo/runner/stats/SQLExecution.java
@@ -254,7 +254,7 @@ public class SQLExecution {
* @param command The command.
* @param update If true, it is a update/alter command instead of an select
* command
- * @return A HashMap with the result.
+ * @param output A HashMap with the result.
*/
private void execute(String command, HashMap<String, String[]> output, boolean update) {
if (m_bDebug)
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java
index 37894e6d3fe0..69bfb06b4d16 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -397,9 +397,8 @@ public class DBTools {
/**
* Performs connection to DataSource specified.
* @param dbSource <code>com.sun.star.sdb.DataSource</code> service
- * specified data source which must be already registered in the
- * <code>DatabaseContext</code> service.
- * @param dbSource Data source to be connected to.
+ * specified data source which must be already registered in the
+ * <code>DatabaseContext</code> service.
* @return Connection to the data source.
*/
public XConnection connectToSource(Object dbSource)
diff --git a/qadevOOo/runner/util/DrawTools.java b/qadevOOo/runner/util/DrawTools.java
index 842f34affee5..05c5551c117d 100644
--- a/qadevOOo/runner/util/DrawTools.java
+++ b/qadevOOo/runner/util/DrawTools.java
@@ -139,9 +139,7 @@ public class DrawTools {
* @param x the x-position of the shape
* @param y the y-position of the shape
* @param kind the kind of the shape ('Ellipse', 'Line' or 'Rectangle')
- * @return the created XShape
*/
-
public void addShape( XComponent oDoc, int height, int width, int x,
int y, String kind ) {
diff --git a/qadevOOo/runner/util/PropertyName.java b/qadevOOo/runner/util/PropertyName.java
index b7a8598616a7..21d78ec4393f 100644
--- a/qadevOOo/runner/util/PropertyName.java
+++ b/qadevOOo/runner/util/PropertyName.java
@@ -129,7 +129,7 @@ public interface PropertyName {
/**
* parameter name: "NoCwsAttach"<p>
* If this parameter is set to "true" , a status of CWS-UnoAPI-Tests was not attached to EIS<p>
- * @see tests.complex.unoapi.CheckModuleAPI
+ * @see complex.unoapi.CheckModuleAPI
*/
final public static String NO_CWS_ATTACH = "NoCwsAttach";
/**
diff --git a/qadevOOo/runner/util/XMLTools.java b/qadevOOo/runner/util/XMLTools.java
index 9bac81515731..cd73daf47304 100644
--- a/qadevOOo/runner/util/XMLTools.java
+++ b/qadevOOo/runner/util/XMLTools.java
@@ -899,7 +899,7 @@ public class XMLTools {
* @param xDoc Target document to be imported.
* @param docType Type of document (for example 'Calc', 'Writer', 'Draw')
* The type must start with <b>capital</b> letter.
- * @param exportType The type of export specifies if the whole
+ * @param importType The type of export specifies if the whole
* document will be exported or one of its parts (Meta info, Styles, etc.).
* The following types supported (it hardly depends of XML data in file) :
* "" (empty string) - for the whole document ;
diff --git a/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java b/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java
index 6d636d329272..4adbdfe0cbf1 100644
--- a/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java
+++ b/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java
@@ -167,7 +167,7 @@ public class MyPersistObject implements XPersistObject, XTypeProvider,
/**
- * Fuction to get information about the property set.
+ * Function to get information about the property set.
* @return The information
* @see com.sun.star.io.XPropertySet
*/
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java
index 54e40ae826d9..a79282d895ea 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java
@@ -69,7 +69,7 @@ public class _XAccessibleSelection extends MultiMethodTest {
* Retrieves the interface <code>XAccessibleContext</code>
* and object relation.
* @see com.sun.star.accessibility.XAccessibleContext
- * @see ifc.accessibility.XAccessibleContext
+ * @see ifc.accessibility._XAccessibleContext
*/
protected void before() {
xAC = UnoRuntime.queryInterface(
diff --git a/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java b/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
index 972a5ae9ad6f..7cf64918c89a 100644
--- a/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
+++ b/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
@@ -43,7 +43,7 @@ import com.sun.star.frame.DispatchResultEvent;
* <ul> <p>
* @see com.sun.star.frame.XDispatch
* @see com.sun.star.frame.XNotifyingDispatch
-* @see ifc.frmae._XDispatch
+* @see ifc.frame._XDispatch
*/
public class _XNotifyingDispatch extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java b/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
index 8b1aa3276d8c..f5e0c8462b37 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
@@ -296,7 +296,7 @@ public class _XCharacterClassification extends MultiMethodTest {
* is equal to a number where element is located in array. Also method has
* <b> OK </b> status for symbol with code 55296, because it doesn't work
* since it hasn't the right neighborhood.<p>
- * @see http://ppewww.ph.gla.ac.uk/~flavell/unicode/unidata.html
+ * @see "http://ppewww.ph.gla.ac.uk/~flavell/unicode/unidata.html"
*/
public void _getScript() {
boolean res = true;
diff --git a/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java b/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java
index 8780fe274aa5..faff40bb0e4e 100644
--- a/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java
+++ b/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java
@@ -45,7 +45,7 @@ import util.utils;
* <ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* After test completion object environment has to be recreated.
-* @see com.sun.star.###
+* @see com.sun.star
*/
public class _XImplementationRegistration extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
index 838370ea3215..3b82fecab5cc 100644
--- a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
+++ b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
@@ -65,7 +65,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
* <li><code>XPropertySet xProp</code></li>
* <li><code>String colName</code></li>
* </ul> <p>
- * @see om.sun.star.sdb.XSingleSelectQueryAnalyzer
+ * @see com.sun.star.sdb.XSingleSelectQueryAnalyzer
* @see com.sun.star.beans.XPropertySet
*/
protected void before() /* throws Exception*/ {
diff --git a/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java b/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java
index 225e0f97766f..d0554788bd42 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java
@@ -42,7 +42,7 @@ import com.sun.star.uno.UnoRuntime;
* </li>
* <li>"XCellRangesQuery.EXPECTEDRESULTS": the expected results for the test
* methods as a String array.<br>
- * @see mod._sc.ScCellCurserObj or
+ * @see mod._sc.ScCellCursorObj or
* @see mod._sc.ScCellObj for an example how this should look like.
* </li>
* </ul>
diff --git a/qadevOOo/tests/java/mod/_dbaccess/ODatabaseContext.java b/qadevOOo/tests/java/mod/_dbaccess/ODatabaseContext.java
index a44b25bac07b..595dd7d3d6f7 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/ODatabaseContext.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/ODatabaseContext.java
@@ -53,10 +53,10 @@ import util.utils;
* @see com.sun.star.container.XElementAccess
* @see com.sun.star.uno.XNamingService
* @see com.sun.star.sdb.DatabaseContext
-* @see ifc.container.XNameAccess
-* @see ifc.container.XEnumerationAccess
-* @see ifc.container.XElementAccess
-* @see ifc.uno.XNamingService
+* @see ifc.container._XNameAccess
+* @see ifc.container._XEnumerationAccess
+* @see ifc.container._XElementAccess
+* @see ifc.uno._XNamingService
*/
public class ODatabaseContext extends TestCase {
@@ -73,7 +73,7 @@ public class ODatabaseContext extends TestCase {
* Needed object relations :
* <ul>
* <li> <code>'XNamingService.RegisterObject'</code> for
- * {@link ifc.namingservice.XNamingService} as an
+ * {@link ifc.uno._XNamingService} as an
* instance of <code>com.sun.star.sdb.DataSource</code>
* service. </li>
* </ul>
diff --git a/qadevOOo/tests/java/mod/_dbaccess/ODatabaseSource.java b/qadevOOo/tests/java/mod/_dbaccess/ODatabaseSource.java
index e2647e38ebdb..065e07ab7a91 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/ODatabaseSource.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/ODatabaseSource.java
@@ -58,14 +58,14 @@ import com.sun.star.task.XInteractionHandler;
* <li> <code>com::sun::star::beans::XPropertySet</code></li>
* </ul>
*
-* @see com.sun.star.sdb.XQueryDefinitionSupplier
+* @see com.sun.star.sdb.XQueryDefinitionsSupplier
* @see com.sun.star.sdb.XFormDocumentsSupplier
* @see com.sun.star.beans.XPropertySet
* @see com.sun.star.sdb.DataSource
* @see com.sun.star.sdb.XCompletedConnection
* @see com.sun.star.util.XFlushable
* @see com.sun.star.sdb.XReportDocumentsSupplier
-* @see ifc.sdb._XQueryDefinitionSupplier
+* @see ifc.sdb._XQueryDefinitionsSupplier
* @see ifc.sdb._XFormDocumentsSupplier
* @see ifc.beans._XPropertySet
* @see ifc.sdb._DataSource
diff --git a/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java b/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java
index a0b2b5d4760d..7cf1ee9c3a50 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java
@@ -151,13 +151,13 @@ public class OSingleSelectQueryComposer extends TestCase {
* <ul>SingleSelectQueryAnalyzer
* <li> <code>'xComposer'</code> for
- * {@link ifc.sdb.XSingleSelectQueryAnalyzer} interface
+ * {@link ifc.sdb._XSingleSelectQueryAnalyzer} interface
* <li> <code>'xQueryAna'</code> for
- * {@link ifc.sdb.XSingleSelectQueryComposer} interface
+ * {@link ifc.sdb._XSingleSelectQueryComposer} interface
* <li> <code>'xProp'</code> for
- * {@link ifc.sdb.XSingleSelectQueryComposer} interface
+ * {@link ifc.sdb._XSingleSelectQueryComposer} interface
* <li> <code>'colName'</code> for
- * {@link ifc.sdb.XSingleSelectQueryComposer} interface
+ * {@link ifc.sdb._XSingleSelectQueryComposer} interface
* </ul>
*
*/
diff --git a/qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java b/qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java
index c3af86806e0c..4942143fe67f 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java
@@ -201,16 +201,16 @@ public class SbaXGridControl extends TestCase {
* Object relations created :
* <ul>
* <li> <code>'GRAPHICS'</code> for
- * {@link ifc.awt_XView} test : <code>XGraphics</code>
+ * {@link ifc.awt._XView} test : <code>XGraphics</code>
* object different that belong to the object tested.</li>
* <li> <code>'CONTEXT'</code> for
* {@link ifc.awt._XControl} </li>
* <li> <code>'WINPEER'</code> for
- * {@link ifc.awt._XCOntrol} </li>
+ * {@link ifc.awt._XControl} </li>
* <li> <code>'TOOLKIT'</code> for
- * {@link ifc.awt._XCOntrol} </li>
+ * {@link ifc.awt._XControl} </li>
* <li> <code>'MODEL'</code> for
- * {@link ifc.awt._XCOntrol} </li>
+ * {@link ifc.awt._XControl} </li>
* <li> <code>'XWindow.AnotherWindow'</code> for
* {@link ifc.awt._XWindow} for switching focus.</li>
* <li> <code>'XDispatch.URL'</code> for
diff --git a/qadevOOo/tests/java/mod/_dbpool/OConnectionPool.java b/qadevOOo/tests/java/mod/_dbpool/OConnectionPool.java
index ce8bd3d54ac1..655838c6e181 100644
--- a/qadevOOo/tests/java/mod/_dbpool/OConnectionPool.java
+++ b/qadevOOo/tests/java/mod/_dbpool/OConnectionPool.java
@@ -39,7 +39,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::sdbc::XDriverManager</code></li>
* </ul>
* @see com.sun.star.sdbc.XDriverManager
-* @see ifc.sdbc.XDriverManager
+* @see ifc.sdbc._XDriverManager
*/
public class OConnectionPool extends TestCase {
protected TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {
diff --git a/qadevOOo/tests/java/mod/_forms/OEditControl.java b/qadevOOo/tests/java/mod/_forms/OEditControl.java
index e7f84e055794..d60ec11a4adc 100644
--- a/qadevOOo/tests/java/mod/_forms/OEditControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OEditControl.java
@@ -154,13 +154,13 @@ public class OEditControl extends TestCase {
* {@link ifc.awt._XWindow} : the controller of another
* component. </li>
* <li> <code>'Win1'</code> for
- * {@link ifc.form.XChangeBroadcaster} : the window (controller)
+ * {@link ifc.form._XChangeBroadcaster} : the window (controller)
* of the tested component. </li>
* <li> <code>'Win2'</code> for
- * {@link ifc.form.XChangeBroadcaster} : the window (controller)
+ * {@link ifc.form._XChangeBroadcaster} : the window (controller)
* of another component. </li>
* <li> <code>'CONTROL'</code> for
- * {@link ifc.form.XChangeBroadcaster} : the controller
+ * {@link ifc.form._XChangeBroadcaster} : the controller
* of another component. </li>
* </ul>
*/
diff --git a/qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManager.java b/qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManager.java
index 3d32f1fddfa8..eedef1c9a494 100644
--- a/qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManager.java
+++ b/qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManager.java
@@ -57,7 +57,6 @@ public class ModuleUIConfigurationManager extends TestCase {
* Cleanup: close the created document
* @param tParam The test parameters.
* @param log The log writer.
- * @return The test environment.
*/
protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xTextDoc ");
diff --git a/qadevOOo/tests/java/mod/_fwk/ObjectMenuController.java b/qadevOOo/tests/java/mod/_fwk/ObjectMenuController.java
index fe29ec38a448..158e3073dda1 100644
--- a/qadevOOo/tests/java/mod/_fwk/ObjectMenuController.java
+++ b/qadevOOo/tests/java/mod/_fwk/ObjectMenuController.java
@@ -40,7 +40,6 @@ public class ObjectMenuController extends TestCase {
* Cleanup: close the created document
* @param tParam The test parameters.
* @param log The log writer.
- * @return The test environment.
*/
protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xTextDoc ");
diff --git a/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java b/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java
index 6651e90deed3..d985a0f6a73b 100644
--- a/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java
+++ b/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java
@@ -42,7 +42,6 @@ public class PopupMenuControllerFactory extends TestCase {
* Cleanup: close the created document
* @param tParam The test parameters.
* @param log The log writer.
- * @return The test environment.
*/
protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xTextDoc ");
diff --git a/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java b/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java
index 4ec098d311c5..20cf909ca3cc 100644
--- a/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java
+++ b/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java
@@ -40,7 +40,6 @@ public class UIElementFactoryManager extends TestCase {
* Cleanup: close the created document
* @param tParam The test parameters.
* @param log The log writer.
- * @return The test environment.
*/
protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xTextDoc ");
diff --git a/qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java b/qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java
index da1ff2b55ab1..6611333cb198 100644
--- a/qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java
+++ b/qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java
@@ -41,7 +41,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::lang::XMultiServiceFactory</code></li>
* </ul> <p>
*
- * @see com::sun::star::util::XStringSubstitution
+ * @see com.sun.star.util.XStringSubstitution
* @see ifc.util._XStringSubstitution
*/
public class SubstituteVariables extends TestCase {
diff --git a/qadevOOo/tests/java/mod/_fwl/TypeDetection.java b/qadevOOo/tests/java/mod/_fwl/TypeDetection.java
index c67e6cef1b12..6152283b4ac3 100644
--- a/qadevOOo/tests/java/mod/_fwl/TypeDetection.java
+++ b/qadevOOo/tests/java/mod/_fwl/TypeDetection.java
@@ -66,7 +66,7 @@ import util.SOfficeFactory;
* @see ifc.container._XNameContainer
* @see ifc.container._XNameReplace
* @see ifc.document._XTypeDetection
- * @see ifc.util.XFlushable
+ * @see ifc.util._XFlushable
*/
public class TypeDetection extends TestCase {
diff --git a/qadevOOo/tests/java/mod/_i18n/CalendarImpl.java b/qadevOOo/tests/java/mod/_i18n/CalendarImpl.java
index 6460522581a5..253674a61d81 100644
--- a/qadevOOo/tests/java/mod/_i18n/CalendarImpl.java
+++ b/qadevOOo/tests/java/mod/_i18n/CalendarImpl.java
@@ -35,7 +35,7 @@ import com.sun.star.uno.XInterface;
* <ul>
* <li> <code>com::sun::star::i18n::Calendar</code></li>
* </ul>
-* @see ifc.i18n._Calendar
+* @see ifc.i18n._XCalendar
*/
public class CalendarImpl extends TestCase {
diff --git a/qadevOOo/tests/java/mod/_inv/Invocation.java b/qadevOOo/tests/java/mod/_inv/Invocation.java
index fd315b63df77..ff9a3f87b45b 100644
--- a/qadevOOo/tests/java/mod/_inv/Invocation.java
+++ b/qadevOOo/tests/java/mod/_inv/Invocation.java
@@ -42,7 +42,7 @@ import com.sun.star.uno.XInterface;
public class Invocation extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates service <code>com.sun.star.script.Invocation</code>.
* Object relations created :
* <ul>
diff --git a/qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java b/qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java
index d083ae02fce1..db1edb917ed1 100644
--- a/qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java
+++ b/qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java
@@ -38,7 +38,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::lang::XTypeProvider</code></li>
* </ul>
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
* @see com.sun.star.datatransfer.XMimeContentTypeFactory
* @see com.sun.star.lang.XServiceInfo
* @see com.sun.star.lang.XTypeProvider
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java
index 9c4be06ffdf7..14f880ccf9fa 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java
@@ -64,11 +64,11 @@ import com.sun.star.uno.XInterface;
* @see com.sun.star.accessibility.XAccessibleComponent
* @see com.sun.star.accessibility.XAccessibleTable
* @see com.sun.star.accessibility.XAccessibleContext
- * @see ifc.n.star.accessibility._XAccessibleSelection
- * @see ifc.n.star.accessibility._XAccessibleEventBroadcaster
- * @see ifc.n.star.accessibility._XAccessibleComponent
- * @see ifc.n.star.accessibility._XAccessibleTable
- * @see ifc.n.star.accessibility._XAccessibleContext
+ * @see ifc.accessibility._XAccessibleSelection
+ * @see ifc.accessibility._XAccessibleEventBroadcaster
+ * @see ifc.accessibility._XAccessibleComponent
+ * @see ifc.accessibility._XAccessibleTable
+ * @see ifc.accessibility._XAccessibleContext
*/
public class ScAccessibleCell extends TestCase {
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java
index 6bf7bb84203d..02cdb50cdd49 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java
@@ -56,8 +56,8 @@ import com.sun.star.uno.XInterface;
* @see com.sun.star.accessibility.XAccessibleEventBroadcaster
* @see com.sun.star.accessibility.XAccessibleSelection
* @see ifc.accessibility._XAccessibleComponent
- * @see ifc.accessibility.XAccessibleEventBroadcaster
- * @see ifc.accessibility.XAccessibleSelection
+ * @see ifc.accessibility._XAccessibleEventBroadcaster
+ * @see ifc.accessibility._XAccessibleSelection
* @see ifc.accessibility._XAccessibleContext
*/
public class ScAccessibleDocument extends TestCase {
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleDocumentPagePreview.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleDocumentPagePreview.java
index e285d35d6570..9ff52715b1fd 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessibleDocumentPagePreview.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleDocumentPagePreview.java
@@ -64,8 +64,8 @@ import com.sun.star.util.XURLTransformer;
*
* @see com.sun.star.accessibility.XAccessibleComponent
* @see com.sun.star.accessibility.XAccessibleContext
- * @see ifc.n.star.accessibility._XAccessibleComponent
- * @see ifc.n.star.accessibility._XAccessibleContext
+ * @see ifc.accessibility._XAccessibleComponent
+ * @see ifc.accessibility._XAccessibleContext
*/
public class ScAccessibleDocumentPagePreview extends TestCase {
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeader.java b/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeader.java
index d530c193c334..11aeeecb99c5 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeader.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeader.java
@@ -68,8 +68,8 @@ import com.sun.star.util.XURLTransformer;
*
* @see com.sun.star.accessibility.XAccessibleComponent
* @see com.sun.star.accessibility.XAccessibleContext
- * @see ifc.n.star.accessibility._XAccessibleComponent
- * @see ifc.n.star.accessibility._XAccessibleContext
+ * @see ifc.accessibility._XAccessibleComponent
+ * @see ifc.accessibility._XAccessibleContext
*/
public class ScAccessiblePageHeader extends TestCase {
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeaderArea.java b/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeaderArea.java
index eaf633e35571..f1a9517eceeb 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeaderArea.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeaderArea.java
@@ -65,8 +65,8 @@ import com.sun.star.util.XURLTransformer;
*
* @see com.sun.star.accessibility.XAccessibleComponent
* @see com.sun.star.accessibility.XAccessibleContext
- * @see ifc.n.star.accessibility._XAccessibleComponent
- * @see ifc.n.star.accessibility._XAccessibleContext
+ * @see ifc.accessibility._XAccessibleComponent
+ * @see ifc.accessibility._XAccessibleContext
*/
public class ScAccessiblePageHeaderArea extends TestCase {
diff --git a/qadevOOo/tests/java/mod/_sch/ChXDiagram.java b/qadevOOo/tests/java/mod/_sch/ChXDiagram.java
index e2811fad2e75..8a09268ca65a 100644
--- a/qadevOOo/tests/java/mod/_sch/ChXDiagram.java
+++ b/qadevOOo/tests/java/mod/_sch/ChXDiagram.java
@@ -183,7 +183,7 @@ public class ChXDiagram extends TestCase {
* <ul>
* <li> <code>'CHARTDOC'</code> for
* {@link ifc.chart._Dim3DDiagram}, {@link ifc.chart._StockDiagram},
- * {@link ifc.chart._ChartAxisZSupplier}, {@link _LineDiagram},
+ * {@link ifc.chart._ChartAxisZSupplier}, {@link ifc.chart._LineDiagram},
* {@link ifc.chart._BarDiagram}, {@link ifc.chart._Diagram},
* {@link ifc.chart._ChartTwoAxisYSupplier},
* {@link ifc.chart._StackableDiagram}, {@link ifc.chart._Diagram},
diff --git a/qadevOOo/tests/java/mod/_sd/DrawController_DrawView.java b/qadevOOo/tests/java/mod/_sd/DrawController_DrawView.java
index 629b491f717a..286c856bcd11 100644
--- a/qadevOOo/tests/java/mod/_sd/DrawController_DrawView.java
+++ b/qadevOOo/tests/java/mod/_sd/DrawController_DrawView.java
@@ -121,7 +121,7 @@ public class DrawController_DrawView extends TestCase {
* {@link ifc.frame._XController}(the current controller of the second
* created document) </li>
* <li> <code>'DrawPage'</code> for
- * {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will
+ * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will
* be new current page) </li>
* </ul>
* @see com.sun.star.frame.XModel
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java b/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java
index 9005cd51c430..a206a33ff188 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java
@@ -68,7 +68,7 @@ import com.sun.star.util.XURLTransformer;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
- * @see ifc.accessibility.XAccessibleText
+ * @see ifc.accessibility._XAccessibleText
*/
public class AccessibleIconChoiceCtrlEntry extends TestCase {
diff --git a/qadevOOo/tests/java/mod/_text/DefaultNumberingProvider.java b/qadevOOo/tests/java/mod/_text/DefaultNumberingProvider.java
index 0dc782a6833b..fe0664217e75 100644
--- a/qadevOOo/tests/java/mod/_text/DefaultNumberingProvider.java
+++ b/qadevOOo/tests/java/mod/_text/DefaultNumberingProvider.java
@@ -36,7 +36,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::text::XDefaultNumberingProvider</code></li>
* </ul>
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
* @see ifc.text._DefaultNumberingProvider
* @see ifc.text._XDefaultNumberingProvider
*/
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java
index 870bfad95f4a..3d585fba9eb3 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java
@@ -79,9 +79,9 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
- * @see ifc.accessibility.XAccessibleExtendedComponent
- * @see ifc.accessibility.XAccessibleValue
- * @see ifc.accessibility.XAccessibleText
+ * @see ifc.accessibility._XAccessibleExtendedComponent
+ * @see ifc.accessibility._XAccessibleValue
+ * @see ifc.accessibility._XAccessibleText
*/
public class AccessibleRadioButton extends TestCase {
private static XTextDocument xTextDoc;
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleScrollBar.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleScrollBar.java
index fa55b1f20578..b769bc469721 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleScrollBar.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleScrollBar.java
@@ -68,9 +68,9 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
- * @see ifc.accessibility.XAccessibleExtendedComponent
- * @see ifc.accessibility.XAccessibleValue
- * @see ifc.accessibility.XAccessibleAction
+ * @see ifc.accessibility._XAccessibleExtendedComponent
+ * @see ifc.accessibility._XAccessibleValue
+ * @see ifc.accessibility._XAccessibleAction
*/
public class AccessibleScrollBar extends TestCase {
private static XComponent xDoc;
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleStatusBar.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleStatusBar.java
index d3e932988f01..8fde55bdbd48 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleStatusBar.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleStatusBar.java
@@ -69,9 +69,9 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
- * @see ifc.accessibility.XAccessibleExtendedComponent
- * @see ifc.accessibility.XAccessibleValue
- * @see ifc.accessibility.XAccessibleAction
+ * @see ifc.accessibility._XAccessibleExtendedComponent
+ * @see ifc.accessibility._XAccessibleValue
+ * @see ifc.accessibility._XAccessibleAction
*/
public class AccessibleStatusBar extends TestCase {
private static XTextDocument xTextDoc;
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleStatusBarItem.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleStatusBarItem.java
index 0c5b5d586c50..3a89ecc33d80 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleStatusBarItem.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleStatusBarItem.java
@@ -68,9 +68,9 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
- * @see ifc.accessibility.XAccessibleExtendedComponent
- * @see ifc.accessibility.XAccessibleValue
- * @see ifc.accessibility.XAccessibleAction
+ * @see ifc.accessibility._XAccessibleExtendedComponent
+ * @see ifc.accessibility._XAccessibleValue
+ * @see ifc.accessibility._XAccessibleAction
*/
public class AccessibleStatusBarItem extends TestCase {
private static XTextDocument xTextDoc;
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleTabControl.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleTabControl.java
index 3d3d948e662d..d0c62a422c01 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleTabControl.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleTabControl.java
@@ -75,8 +75,8 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
- * @see ifc.accessibility.XAccessibleExtendedComponent
- * @see ifc.accessibility.XAccessibleSelection
+ * @see ifc.accessibility._XAccessibleExtendedComponent
+ * @see ifc.accessibility._XAccessibleSelection
*/
public class AccessibleTabControl extends TestCase {
private static XTextDocument xTextDoc;
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java
index 014dbd122cb1..a5e7633113a7 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java
@@ -73,7 +73,7 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
- * @see ifc.accessibility.XAccessibleExtendedComponent
+ * @see ifc.accessibility._XAccessibleExtendedComponent
*/
public class AccessibleTabPage extends TestCase {
private static XTextDocument xTextDoc;
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleToolBox.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleToolBox.java
index 58f217772f20..dea7bb917399 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleToolBox.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleToolBox.java
@@ -60,7 +60,7 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
- * @see ifc.accessibility.XAccessibleExtendedComponent
+ * @see ifc.accessibility._XAccessibleExtendedComponent
*/
public class AccessibleToolBox extends TestCase {
private static XTextDocument xTextDoc;
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleToolBoxItem.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleToolBoxItem.java
index 9b4ac2952778..dcd0b8236f96 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleToolBoxItem.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleToolBoxItem.java
@@ -71,10 +71,10 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
- * @see ifc.accessibility.XAccessibleExtendedComponent
- * @see ifc.accessibility.XAccessibleAction
- * @see ifc.accessibility.XAccessibleText
- * @see ifc.accessibility.XAccessibleValue
+ * @see ifc.accessibility._XAccessibleExtendedComponent
+ * @see ifc.accessibility._XAccessibleAction
+ * @see ifc.accessibility._XAccessibleText
+ * @see ifc.accessibility._XAccessibleValue
*/
public class AccessibleToolBoxItem extends TestCase {
private static XTextDocument xTextDoc;
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleWindow.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleWindow.java
index d3e1f8e69f58..376c7aee0deb 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleWindow.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleWindow.java
@@ -73,10 +73,10 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
- * @see ifc.accessibility.XAccessibleExtendedComponent
- * @see ifc.accessibility.XAccessibleAction
- * @see ifc.accessibility.XAccessibleText
- * @see ifc.accessibility.XAccessibleValue
+ * @see ifc.accessibility._XAccessibleExtendedComponent
+ * @see ifc.accessibility._XAccessibleAction
+ * @see ifc.accessibility._XAccessibleText
+ * @see ifc.accessibility._XAccessibleValue
*/
public class AccessibleWindow extends TestCase {
private static XTextDocument xTextDoc;