From a93783c42d46d60a93e78348db942a571e34abd4 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 23:52:30 +0200 Subject: *api: convert ... which does not seem to do anything anyway. sed -i "s,\([^<]\+\),\1,g" Change-Id: I90bcf81ea046bc88297ed8eadc560ad31d19830b --- offapi/com/sun/star/xforms/XModel.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun/star/xforms') diff --git a/offapi/com/sun/star/xforms/XModel.idl b/offapi/com/sun/star/xforms/XModel.idl index d5069526f142..c5ecab23f3fc 100644 --- a/offapi/com/sun/star/xforms/XModel.idl +++ b/offapi/com/sun/star/xforms/XModel.idl @@ -65,7 +65,7 @@ interface XModel /** submit form through given submission id

This is a convenience method. Calling it is equivalent to calling - getSubmission()( id ).submit().

+ getSubmission()( id ).submit().

@param id the ID of the submission to execute @@ -85,7 +85,7 @@ interface XModel /** submit form through given submission id

This is a convenience method. Calling it is equivalent to calling - getSubmission()( id, handler ).submit().

+ getSubmission()( id, handler ).submit().

@param id the ID of the submission to execute -- cgit