summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/scanner/ScannerException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/scanner/ScannerException.idl')
-rw-r--r--offapi/com/sun/star/scanner/ScannerException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/scanner/ScannerException.idl b/offapi/com/sun/star/scanner/ScannerException.idl
index 5e9f77ae914b..8f1a8d83629f 100644
--- a/offapi/com/sun/star/scanner/ScannerException.idl
+++ b/offapi/com/sun/star/scanner/ScannerException.idl
@@ -23,17 +23,14 @@
#include <com/sun/star/scanner/ScanError.idl>
-//=============================================================================
module com { module sun { module star { module scanner {
-//=============================================================================
/** A ScannerException gets thrown if an object of type XScannerManager
could not complete a specific action.
*/
published exception ScannerException: com::sun::star::uno::Exception
{
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR ScannerException::Error
/** Error: contains the specific reason for failure
*/
@@ -41,7 +38,6 @@ published exception ScannerException: com::sun::star::uno::Exception
};
-//=============================================================================
}; }; }; };