diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-07 09:21:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-12 09:41:31 +0200 |
commit | 5656fe58a0e2083be45c0b9ca7aff41054d7146a (patch) | |
tree | 175b0052de6f182a78c2c1cbc370cbc86c07593c /forms/qa/integration | |
parent | 1c496506bc0d720241e5f9877681197e3b6d576a (diff) |
java: fix broken javadoc tags
Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
Diffstat (limited to 'forms/qa/integration')
-rw-r--r-- | forms/qa/integration/forms/FormLayer.java | 10 |
1 files changed, 3 insertions, 7 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 |