summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl')
-rw-r--r--offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
index e2f9cbee9d93..9eb21e5d6f02 100644
--- a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
+++ b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** is thrown by <member>XCommandProcessor::execute</member> to indicate that
the same command identifier was used for two threads.
@@ -43,7 +41,6 @@ published exception DuplicateCommandIdentifierException : com::sun::star::uno::E
{
};
-//=============================================================================
}; }; }; };