summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/util/XVeto.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/util/XVeto.idl')
-rw-r--r--udkapi/com/sun/star/util/XVeto.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/util/XVeto.idl b/udkapi/com/sun/star/util/XVeto.idl
index 7ff9bb5ff459..ece6a69903d6 100644
--- a/udkapi/com/sun/star/util/XVeto.idl
+++ b/udkapi/com/sun/star/util/XVeto.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** provides information about a veto which has been raised against an operation
*/
@@ -44,11 +42,9 @@ interface XVeto
[attribute, readonly] any Details;
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif