summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl
parentbb6503dd081ebb4d11929ab1946eea8d60dd817c (diff)
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl')
-rw-r--r--offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl b/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl
index f0c6b9289bbe..8c4b46b01720 100644
--- a/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl
+++ b/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl
@@ -38,11 +38,11 @@ interface XSubmissionVetoListener : com::sun::star::lang::XEventListener
is about to submit its data.
@param event
- The submission event. The <member scope="com::sun::star::lang">EventObject::Source</member>
+ The submission event. The com::sun::star::lang::EventObject::Source
member of the structure describes the component which is about to submit its data.
@throws com::sun::star::util::VetoException
- when the submission is vetoed. <member scope="com::sun::star::uno">Exception::Message</member>
+ when the submission is vetoed. com::sun::star::uno::Exception::Message
should contain a justification for the veto then.
*/
void submitting( [in] com::sun::star::lang::EventObject event )