summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/runtime
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/runtime
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/runtime')
-rw-r--r--offapi/com/sun/star/form/runtime/XFilterController.idl4
1 files changed, 2 insertions, 2 deletions
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 )