summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/logging/LogLevel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/logging/LogLevel.idl')
-rw-r--r--offapi/com/sun/star/logging/LogLevel.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/logging/LogLevel.idl b/offapi/com/sun/star/logging/LogLevel.idl
index 9abb2193e181..b6702aec65fb 100644
--- a/offapi/com/sun/star/logging/LogLevel.idl
+++ b/offapi/com/sun/star/logging/LogLevel.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_logging_LogLevel_idl__
#define __com_sun_star_logging_LogLevel_idl__
-//=============================================================================
module com { module sun { module star { module logging {
-//=============================================================================
/** specifies levels to distinguish between severities of logged events
@@ -70,11 +68,9 @@ constants LogLevel
const long ALL = -0x80000000;
};
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif