summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xforms/XModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xforms/XModel.idl')
-rw-r--r--offapi/com/sun/star/xforms/XModel.idl4
1 files changed, 2 insertions, 2 deletions
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 )