summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-07 09:21:00 +0200
committerNoel Grandin <noel@peralex.com>2014-08-12 09:41:31 +0200
commit5656fe58a0e2083be45c0b9ca7aff41054d7146a (patch)
tree175b0052de6f182a78c2c1cbc370cbc86c07593c /forms
parent1c496506bc0d720241e5f9877681197e3b6d576a (diff)
java: fix broken javadoc tags
Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
Diffstat (limited to 'forms')
-rw-r--r--forms/qa/integration/forms/FormLayer.java10
-rw-r--r--forms/qa/org/openoffice/xforms/Model.java2
2 files changed, 4 insertions, 8 deletions
diff --git a/forms/qa/integration/forms/FormLayer.java b/forms/qa/integration/forms/FormLayer.java
index 2ed95c395343..4c5ccbea5ba8 100644
--- a/forms/qa/integration/forms/FormLayer.java
+++ b/forms/qa/integration/forms/FormLayer.java
@@ -67,13 +67,11 @@ public class FormLayer
the service name of the form component to create, e.g. "TextField"
@param nXPos
the abscissa of the position of the newly inserted shape
- @param nXPos
- the ordinate of the position of the newly inserted shape
@param nWidth
the width of the newly inserted shape
@param nHeight
the height of the newly inserted shape
- @param xParentForm
+ @param _parentForm
the form to use as parent for the newly create form component. May be null, in this case
a default parent is chosen by the implementation
@return
@@ -139,8 +137,6 @@ public class FormLayer
the service name of the form component to create, e.g. "TextField"
@param nXPos
the abscissa of the position of the newly inserted shape
- @param nXPos
- the ordinate of the position of the newly inserted shape
@param nWidth
the width of the newly inserted shape
@param nHeight
@@ -200,7 +196,7 @@ public class FormLayer
specifies the type of the data input control
@param sFieldName
specifies the field name the text field should be bound to
- @param sControlNamePostfix
+ @param _controlNamePostfix
specifies a postfix to append to the logical control names
@param nYPos
specifies the Y position of the line to start at
@@ -286,7 +282,7 @@ public class FormLayer
* the parent form of the radio button model to find
* @param name
* the name of the radio button
- * @param refValue
+ * @param tag
* the tag of the radio button
*/
public XPropertySet getRadioModelByTag( XPropertySet form, String name, String tag ) throws com.sun.star.uno.Exception, java.lang.Exception
diff --git a/forms/qa/org/openoffice/xforms/Model.java b/forms/qa/org/openoffice/xforms/Model.java
index 6cec54ae0fba..ff3829c9e745 100644
--- a/forms/qa/org/openoffice/xforms/Model.java
+++ b/forms/qa/org/openoffice/xforms/Model.java
@@ -56,7 +56,7 @@ public class Model
/** creates a binding for the given DOM node
*
* @param _node the DOM node to create a binding for
- * @param _dataType the data type to be used for the binding
+ * @param _dataTypeClass the data type to be used for the binding
*/
public XPropertySet createBindingForNode( XNode _node, short _dataTypeClass )
{