summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/logging/XConsoleHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/logging/XConsoleHandler.idl')
-rw-r--r--offapi/com/sun/star/logging/XConsoleHandler.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/logging/XConsoleHandler.idl b/offapi/com/sun/star/logging/XConsoleHandler.idl
index 12d6c098b286..28dc5c00d538 100644
--- a/offapi/com/sun/star/logging/XConsoleHandler.idl
+++ b/offapi/com/sun/star/logging/XConsoleHandler.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/logging/XLogHandler.idl>
-//=============================================================================
module com { module sun { module star { module logging {
-//=============================================================================
/** implemented by a log handler whose output channel is the processes console.
@@ -48,11 +46,9 @@ interface XConsoleHandler : XLogHandler
[attribute] long Threshold;
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif