summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/NotNumericException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/NotNumericException.idl')
-rw-r--r--offapi/com/sun/star/util/NotNumericException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/NotNumericException.idl b/offapi/com/sun/star/util/NotNumericException.idl
index a44b0ecfe2a1..36867f2eda00 100644
--- a/offapi/com/sun/star/util/NotNumericException.idl
+++ b/offapi/com/sun/star/util/NotNumericException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** indicates that a non-numeric string is to be converted to a number.
*/
@@ -34,7 +32,6 @@ published exception NotNumericException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };