diff options
-rw-r--r-- | offapi/com/sun/star/ucb/InteractiveFileIOException.idl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveFileIOException.idl b/offapi/com/sun/star/ucb/InteractiveFileIOException.idl index d6603f2d9146..c2ceec68a969 100644 --- a/offapi/com/sun/star/ucb/InteractiveFileIOException.idl +++ b/offapi/com/sun/star/ucb/InteractiveFileIOException.idl @@ -2,9 +2,9 @@ * * $RCSfile: InteractiveFileIOException.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $ + * last change: $Author: sb $ $Date: 2001-08-31 08:00:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,6 +76,10 @@ module com { module sun { module star { module ucb { //============================================================================= /** An input/output error while processing a file. + + @deprecated + Use <type>com::sun::star::ucb::InteractiveAugmentedIOException</type> + instead. */ exception InteractiveFileIOException: com::sun::star::ucb::InteractiveIOException { |