summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/NoConvergenceException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/NoConvergenceException.idl')
-rw-r--r--offapi/com/sun/star/sheet/NoConvergenceException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/NoConvergenceException.idl b/offapi/com/sun/star/sheet/NoConvergenceException.idl
index ec0e343095d2..7d8ad5a91746 100644
--- a/offapi/com/sun/star/sheet/NoConvergenceException.idl
+++ b/offapi/com/sun/star/sheet/NoConvergenceException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** Thrown by a Calc Add-In function this exception indicates the
function's algorithm did not converge to a meaningful result.
@@ -35,9 +33,7 @@ module com { module sun { module star { module sheet {
*/
exception NoConvergenceException : ::com::sun::star::uno::Exception{};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif