From 3122600a5e11309b86e33061defd710cf0872975 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 22:32:23 +0200 Subject: *api: convert Foo::bar Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,\([^<]*::[a-z][^<:]\+[^)]\),\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85 --- offapi/com/sun/star/xforms/XSubmission.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun/star/xforms/XSubmission.idl') diff --git a/offapi/com/sun/star/xforms/XSubmission.idl b/offapi/com/sun/star/xforms/XSubmission.idl index 31f007a7aee4..ea070392bec6 100644 --- a/offapi/com/sun/star/xforms/XSubmission.idl +++ b/offapi/com/sun/star/xforms/XSubmission.idl @@ -45,7 +45,7 @@ interface XSubmission /** allows the submission to be associated with certain form controls

Calling the XSubmission::submit - yields exactly the same result as calling XModel::submit of the model which + yields exactly the same result as calling XModel::submit() of the model which the submission belongs to, passing the ID of the submission.

*/ interface com::sun::star::form::submission::XSubmission; -- cgit