summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/logging/LoggerPool.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/logging/LoggerPool.idl')
-rw-r--r--offapi/com/sun/star/logging/LoggerPool.idl32
1 files changed, 0 insertions, 32 deletions
diff --git a/offapi/com/sun/star/logging/LoggerPool.idl b/offapi/com/sun/star/logging/LoggerPool.idl
deleted file mode 100644
index b5578ee06..000000000
--- a/offapi/com/sun/star/logging/LoggerPool.idl
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef __com_sun_star_logging_LoggerPool_idl__
-#define __com_sun_star_logging_LoggerPool_idl__
-
-#include <com/sun/star/logging/XLoggerPool.idl>
-
-//=============================================================================
-
-module com { module sun { module star { module logging {
-
-//=============================================================================
-
-/** the global pool of named <type>XLogger</type> instances
-
- <p>The one and only <code>LoggerPool</code> instance is available at a component context as value with the key
- <code>/singletons/com.sun.star.logging.LoggerPool</code>.</p>
-*/
-/** the global pool of named <type>XLogger</type> instances
-
- <p>The one and only <code>LoggerPool</code> instance is available at a component context as value with the key
- <code>/singletons/com.sun.star.logging.LoggerPool</code>.</p>
-
- @since OOo 2.3
-*/
-singleton LoggerPool : XLoggerPool;
-
-//=============================================================================
-
-}; }; }; };
-
-//=============================================================================
-
-#endif