summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xforms
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/xforms
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/xforms')
-rw-r--r--offapi/com/sun/star/xforms/InvalidDataOnSubmitException.idl2
-rw-r--r--offapi/com/sun/star/xforms/XModel.idl4
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xforms/InvalidDataOnSubmitException.idl b/offapi/com/sun/star/xforms/InvalidDataOnSubmitException.idl
index c051cbec6c04..653a12730434 100644
--- a/offapi/com/sun/star/xforms/InvalidDataOnSubmitException.idl
+++ b/offapi/com/sun/star/xforms/InvalidDataOnSubmitException.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module xforms {
/** thrown if the user triggers an XForms submission with invalid
instance data
- The <member scope="com::sun::star::uno">Exception::Source</member> member
+ The com::sun::star::uno::Exception::Source member
refers to the submission which was invoked.
*/
diff --git a/offapi/com/sun/star/xforms/XModel.idl b/offapi/com/sun/star/xforms/XModel.idl
index 1289b44b0eeb..d5069526f142 100644
--- a/offapi/com/sun/star/xforms/XModel.idl
+++ b/offapi/com/sun/star/xforms/XModel.idl
@@ -76,7 +76,7 @@ interface XModel
@throws com::sun::star::lang::WrappedTargetException
when another error occurred during the submission. The
- <member scope="com::sun::star::lang">WrappedTargetException::TargetException</member> describes
+ com::sun::star::lang::WrappedTargetException::TargetException describes
this error then.
*/
void submit( [in] string id )
@@ -100,7 +100,7 @@ interface XModel
@throws com::sun::star::lang::WrappedTargetException
when another error occurred during the submission. The
- <member scope="com::sun::star::lang">WrappedTargetException::TargetException</member> describes
+ com::sun::star::lang::WrappedTargetException::TargetException describes
this error then.
*/
void submitWithInteraction( [in] string id, [in] com::sun::star::task::XInteractionHandler aHandler )