diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-09 11:34:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-09 12:08:28 +0100 |
commit | 892ef8b0565c7f5f343d71e3b61c41655f80267b (patch) | |
tree | f900613a4e797d3a55f05a39c200d97cddbcfc30 /stoc/util/bootstrap.component | |
parent | 4e38ea86701bdefcf31c6f9e3136d1eda4e5c061 (diff) |
WIP: Experimental new binary type.rdb format
Implement theTypeDescriptionManager directly on top of unoidl::Manager and
unoidl::Provider in cppuhelper instead of on top of css.reflection UNO
interfaces in stoc. Adapt desktop/source/deployment/ accordingly.
There is no longer a com.sun.star.reflection.TypeDescriptionManager service
implementation now, only a com.sun.star.reflection.theTypeDescriptionManager
singleton one, which appears to not cause problems in practice.
Change-Id: I179501272f0712353b7d50d3eba2ec2bb79db373
Diffstat (limited to 'stoc/util/bootstrap.component')
-rw-r--r-- | stoc/util/bootstrap.component | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stoc/util/bootstrap.component b/stoc/util/bootstrap.component index d6e9b0c4f03f..6642ebdead26 100644 --- a/stoc/util/bootstrap.component +++ b/stoc/util/bootstrap.component @@ -41,10 +41,6 @@ <implementation name="com.sun.star.comp.stoc.SimpleRegistry"> <service name="com.sun.star.registry.SimpleRegistry"/> </implementation> - <implementation name="com.sun.star.comp.stoc.TypeDescriptionManager"> - <service name="com.sun.star.reflection.TypeDescriptionManager"/> - <singleton name="com.sun.star.reflection.theTypeDescriptionManager"/> - </implementation> <implementation name="com.sun.star.security.comp.stoc.AccessController"> <service name="com.sun.star.security.AccessController"/> </implementation> |