summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/CommandFailedException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/CommandFailedException.idl')
-rw-r--r--offapi/com/sun/star/ucb/CommandFailedException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/CommandFailedException.idl b/offapi/com/sun/star/ucb/CommandFailedException.idl
index 5cee39c043da..56592d4fd8c0 100644
--- a/offapi/com/sun/star/ucb/CommandFailedException.idl
+++ b/offapi/com/sun/star/ucb/CommandFailedException.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** This exception is thrown if an exception situation occurred during the
processing of a command and an
<type scope="com::sun::star::task">XInteractionHandler</type> was able
@@ -50,14 +48,12 @@ module com { module sun { module star { module ucb {
*/
published exception CommandFailedException : com::sun::star::uno::Exception
{
- //-------------------------------------------------------------------------
/** contains the exception that was passed to the
<type scope="com::sun::star::task">XInteractionHandler</type>.
*/
any Reason;
};
-//=============================================================================
}; }; }; };