summaryrefslogtreecommitdiff
path: root/udkapi/UnoApi_udkapi.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-28 13:57:01 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-28 14:29:27 +0100
commit3e6b35fc96de29ba077f8f266ccfd73cb93561b3 (patch)
tree6f5355075157b50f95ceba4c7ba20be74d1e146f /udkapi/UnoApi_udkapi.mk
parent61d16504fc1aac2545589a85660c1c89aedbc372 (diff)
API CHANGE: remove com.sun.star.util.logging module
This module was deprecated and replaced with com.sun.star.logging in OpenOffice.org 2.3 (i#76119); there is no implementation of the interfaces. Removed types: com.sun.star.util.logging.LogLevel com.sun.star.util.logging.Logger com.sun.star.util.logging.LoggerRemote com.sun.star.util.logging.XLogger com.sun.star.util.logging.XLoggerRemote WARNING: could not open key "/UCR/com/sun/star/util/logging/XLogger" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/util/logging" with published children exists only in registry 1 Change-Id: Ief1beadf0e32dee03f555599909ac5f31a5034dd
Diffstat (limited to 'udkapi/UnoApi_udkapi.mk')
-rw-r--r--udkapi/UnoApi_udkapi.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/udkapi/UnoApi_udkapi.mk b/udkapi/UnoApi_udkapi.mk
index a1dfacbf3750..e043fc951ddc 100644
--- a/udkapi/UnoApi_udkapi.mk
+++ b/udkapi/UnoApi_udkapi.mk
@@ -101,11 +101,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,udkapi,udkapi/com/sun/star/util,\
MacroExpander \
theMacroExpander \
))
-$(eval $(call gb_UnoApi_add_idlfiles_noheader,udkapi,udkapi/com/sun/star/util/logging,\
- Logger \
- LoggerRemote \
-))
-
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,udkapi,udkapi/com/sun/star/beans,\
Introspection \
@@ -534,11 +529,5 @@ $(eval $(call gb_UnoApi_add_idlfiles,udkapi,udkapi/com/sun/star/util,\
XMacroExpander \
XVeto \
))
-$(eval $(call gb_UnoApi_add_idlfiles,udkapi,udkapi/com/sun/star/util/logging,\
- LogLevel \
- XLogger \
- XLoggerRemote \
-))
-
# vim: set noet sw=4 ts=4: