summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/logging/XLogHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/logging/XLogHandler.idl')
-rw-r--r--offapi/com/sun/star/logging/XLogHandler.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/logging/XLogHandler.idl b/offapi/com/sun/star/logging/XLogHandler.idl
index 760ffd2a50fe..2c02d9ddc5cd 100644
--- a/offapi/com/sun/star/logging/XLogHandler.idl
+++ b/offapi/com/sun/star/logging/XLogHandler.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/logging/LogRecord.idl>
#include <com/sun/star/logging/XLogFormatter.idl>
-//=============================================================================
module com { module sun { module star { module logging {
-//=============================================================================
/** provides possibilities to send <type>LogRecord</type>s to an arbitrary output
channel.
@@ -94,11 +92,9 @@ interface XLogHandler
boolean publish( [in] LogRecord Record );
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif