summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/IllegalArgumentException.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 14:56:43 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 14:56:43 +0000
commit35a6309c97f39b758e51a8edcc532c3e61627950 (patch)
tree6b998e88239f6f7866f389556127f87e6e39d7c0 /udkapi/com/sun/star/lang/IllegalArgumentException.idl
parent279c1a44a6fcc51caaaa72f6567693ff9da1d12c (diff)
INTEGRATION: CWS sb18 (1.8.100); FILE MERGED
2004/05/21 15:09:47 sb 1.8.100.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/lang/IllegalArgumentException.idl')
-rw-r--r--udkapi/com/sun/star/lang/IllegalArgumentException.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/lang/IllegalArgumentException.idl b/udkapi/com/sun/star/lang/IllegalArgumentException.idl
index 6ab3028034ff..878e1c568047 100644
--- a/udkapi/com/sun/star/lang/IllegalArgumentException.idl
+++ b/udkapi/com/sun/star/lang/IllegalArgumentException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: IllegalArgumentException.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:35:49 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:55:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
/** This exception is thrown to indicate that a method has
passed an illegal or inappropriate argument.
*/
-exception IllegalArgumentException: com::sun::star::uno::Exception
+published exception IllegalArgumentException: com::sun::star::uno::Exception
{
//-------------------------------------------------------------------------