summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/InteractiveFileIOException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveFileIOException.idl')
-rw-r--r--offapi/com/sun/star/ucb/InteractiveFileIOException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveFileIOException.idl b/offapi/com/sun/star/ucb/InteractiveFileIOException.idl
index ead66c892ca7..ca454a524d9e 100644
--- a/offapi/com/sun/star/ucb/InteractiveFileIOException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveFileIOException.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/ucb/IOErrorCode.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** An input/output error while processing a file.
<p>This exception is deprecated. Use
@@ -46,13 +44,11 @@ module com { module sun { module star { module ucb {
*/
published exception InteractiveFileIOException: com::sun::star::ucb::InteractiveIOException
{
- //-------------------------------------------------------------------------
/** The file url where the i/o error occurred
*/
string FileName;
};
-//=============================================================================
}; }; }; };