summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:52:30 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commita93783c42d46d60a93e78348db942a571e34abd4 (patch)
tree7686a820038469de29c3681ffc7875dec754907e /offapi/com/sun/star/form
parentd11a7b5eb1b127c4f60367ecaeb64868313002d6 (diff)
*api: convert <arg>
... which does not seem to do anything anyway. sed -i "s,<arg>\([^<]\+\)</arg>,\1,g" Change-Id: I90bcf81ea046bc88297ed8eadc560ad31d19830b
Diffstat (limited to 'offapi/com/sun/star/form')
-rw-r--r--offapi/com/sun/star/form/XGridColumnFactory.idl2
-rw-r--r--offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl4
-rw-r--r--offapi/com/sun/star/form/runtime/XFilterController.idl4
3 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/XGridColumnFactory.idl b/offapi/com/sun/star/form/XGridColumnFactory.idl
index 5b78ff9b23c4..1341cab16033 100644
--- a/offapi/com/sun/star/form/XGridColumnFactory.idl
+++ b/offapi/com/sun/star/form/XGridColumnFactory.idl
@@ -51,7 +51,7 @@ published interface XGridColumnFactory: com::sun::star::uno::XInterface
the new column object
@throws com::sun::star::lang::IllegalArgumentException
- if <arg>aColumnType</arg> is not available.
+ if aColumnType is not available.
*/
com::sun::star::beans::XPropertySet createColumn( [in] string aColumnType )
raises( com::sun::star::lang::IllegalArgumentException );
diff --git a/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl b/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl
index 72085c20fefb..b9deb1f74be1 100644
--- a/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl
+++ b/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl
@@ -64,8 +64,8 @@ service DefaultFormComponentInspectorModel : com::sun::star::inspection::XObject
section.
@throws ::com::sun::star::lang::IllegalArgumentException
- if <arg>minHelpTextLines</arg> or <arg>maxHelpTextLines</arg> are negative,
- or if <arg>minHelpTextLines</arg> is greater than <arg>maxHelpTextLines</arg>.
+ if minHelpTextLines or maxHelpTextLines are negative,
+ or if minHelpTextLines is greater than maxHelpTextLines.
@see XObjectInspectorModel::HasHelpSection
@see XObjectInspectorModel::MinHelpTextLines
diff --git a/offapi/com/sun/star/form/runtime/XFilterController.idl b/offapi/com/sun/star/form/runtime/XFilterController.idl
index e537d43f286f..90b044173eb4 100644
--- a/offapi/com/sun/star/form/runtime/XFilterController.idl
+++ b/offapi/com/sun/star/form/runtime/XFilterController.idl
@@ -128,7 +128,7 @@ interface XFilterController
and smaller than #FilterComponents.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
- if <arg>_Component</arg> is out of the allowed range.
+ if _Component is out of the allowed range.
@see ::com::sun::star::form::component::DataAwareControlModel::BoundField
*/
@@ -151,7 +151,7 @@ interface XFilterController
#DisjunctiveTerms.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
- if <arg>_Term</arg> is out of the allowed range.
+ if _Term is out of the allowed range.
*/
void
removeDisjunctiveTerm( [in] long _Term )