summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/util/logging/LogLevel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/util/logging/LogLevel.idl')
-rw-r--r--udkapi/com/sun/star/util/logging/LogLevel.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/util/logging/LogLevel.idl b/udkapi/com/sun/star/util/logging/LogLevel.idl
index 50fb80433e55..82afec75af68 100644
--- a/udkapi/com/sun/star/util/logging/LogLevel.idl
+++ b/udkapi/com/sun/star/util/logging/LogLevel.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_util_logging_Level_idl__
#define __com_sun_star_util_logging_Level_idl__
-//=============================================================================
module com { module sun { module star { module util { module logging {
-//=============================================================================
/** deprecated API - use <type scope="com::sun::star::logging">LogLevel</type> instead
@@ -44,7 +42,6 @@ published constants LogLevel
const long ALL = -0x80000000;
};
-//=============================================================================
}; }; }; }; };