summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/NotNumericException.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 00:55:39 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 00:55:39 +0000
commite16db09c7b9f563310279f037f4b54075f1855cd (patch)
tree5cb7a46e4b59d9cbfb127811b9217e4754669ef7 /offapi/com/sun/star/util/NotNumericException.idl
parente63474f450c89808de482b1faf04a80e33206ed2 (diff)
INTEGRATION: CWS sb18 (1.4.406); FILE MERGED
2004/05/21 15:06:46 sb 1.4.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/util/NotNumericException.idl')
-rw-r--r--offapi/com/sun/star/util/NotNumericException.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/NotNumericException.idl b/offapi/com/sun/star/util/NotNumericException.idl
index d7efb5d2433e..b9d657d581cc 100644
--- a/offapi/com/sun/star/util/NotNumericException.idl
+++ b/offapi/com/sun/star/util/NotNumericException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NotNumericException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:50 $
+ * last change: $Author: obo $ $Date: 2004-06-04 01:55:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@ module com { module sun { module star { module util {
/** indicates that a non-numeric string is to be converted to a number.
*/
-exception NotNumericException: com::sun::star::uno::Exception
+published exception NotNumericException: com::sun::star::uno::Exception
{
};