summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/util/logging/XLogger.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/util/logging/XLogger.idl')
-rw-r--r--udkapi/com/sun/star/util/logging/XLogger.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/util/logging/XLogger.idl b/udkapi/com/sun/star/util/logging/XLogger.idl
index ff1fb421d9b2..2eace8c1cf30 100644
--- a/udkapi/com/sun/star/util/logging/XLogger.idl
+++ b/udkapi/com/sun/star/util/logging/XLogger.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module util { module logging {
-//=============================================================================
/** deprecated API - use <type scope="com::sun::star::logging">XLogger</type> instead
@@ -54,7 +52,6 @@ published interface XLogger: com::sun::star::uno::XInterface
[in] string msg );
};
-//=============================================================================
}; }; }; }; };