summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/MalformedNumberFormatException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/MalformedNumberFormatException.idl')
-rw-r--r--offapi/com/sun/star/util/MalformedNumberFormatException.idl28
1 files changed, 5 insertions, 23 deletions
diff --git a/offapi/com/sun/star/util/MalformedNumberFormatException.idl b/offapi/com/sun/star/util/MalformedNumberFormatException.idl
index 2c23504144c5..38e12fe494f8 100644
--- a/offapi/com/sun/star/util/MalformedNumberFormatException.idl
+++ b/offapi/com/sun/star/util/MalformedNumberFormatException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MalformedNumberFormatException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,16 +72,14 @@
//=============================================================================
-// DocMerge from xml: exception com::sun::star::util::MalformedNumberFormatException
-/** exception thrown when a NumberFormat string is syntactically
+/** is thrown when a NumberFormat string is syntactically
incorrect.
*/
exception MalformedNumberFormatException: com::sun::star::uno::Exception
{
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::util::MalformedNumberFormatException::CheckPos
- /** character position in a string where malformation
+ /** contains the character position in the string where the malformation
begins.
*/
long CheckPos;
@@ -92,21 +90,5 @@ exception MalformedNumberFormatException: com::sun::star::uno::Exception
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:45:17 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:36:19 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:53:04 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:46 jsc
- new
-
-
-=============================================================================*/
#endif
+