summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xforms
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-30 07:20:30 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-30 07:20:30 +0000
commit1c54c21f6c27e877b56b67362fda11686bef331e (patch)
treecde7a3faf1ad56ee84acdfb23dae2aab6a1d241d /offapi/com/sun/star/xforms
parent1501e17b889b28e7394596ce4f98eab1c5b00d8f (diff)
INTEGRATION: CWS dba24d (1.3.400); FILE MERGED
2007/11/30 21:39:44 fs 1.3.400.1: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed
Diffstat (limited to 'offapi/com/sun/star/xforms')
-rw-r--r--offapi/com/sun/star/xforms/XModel.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/xforms/XModel.idl b/offapi/com/sun/star/xforms/XModel.idl
index b9836985d11a..2c7b13835b1f 100644
--- a/offapi/com/sun/star/xforms/XModel.idl
+++ b/offapi/com/sun/star/xforms/XModel.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XModel.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 09:33:04 $
+ * last change: $Author: rt $ $Date: 2008-01-30 08:20:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -116,7 +116,7 @@ interface XModel
@throws com::sun::star::lang::WrappedTargetException
when another error occured during the submission. The
- <member scope="com::sun::star::lang">WrappedTargetException::TargetException</type> describes
+ <member scope="com::sun::star::lang">WrappedTargetException::TargetException</member> describes
this error then.
*/
void submit( [in] string id )
@@ -140,7 +140,7 @@ interface XModel
@throws com::sun::star::lang::WrappedTargetException
when another error occured during the submission. The
- <member scope="com::sun::star::lang">WrappedTargetException::TargetException</type> describes
+ <member scope="com::sun::star::lang">WrappedTargetException::TargetException</member> describes
this error then.
*/
void submitWithInteraction( [in] string id, [in] com::sun::star::task::XInteractionHandler aHandler )