summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-25 17:43:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-25 17:45:35 +0200
commit0af9970da3a23f63752033128976ad9ea420f828 (patch)
treec289b9b3cdf11e70697e4b819e7ec98137534292 /stoc
parent5d19f429ab81aa236543d6a11a193de8c2cc5c59 (diff)
Mark TypeDescriptionProvider service as "don't create by name"
...had to adapt one test that had picked this service apparently arbitrarily. Change-Id: Iaa17b7c622b9ac3601beb3ba931f7b1d99f649f1
Diffstat (limited to 'stoc')
-rw-r--r--stoc/util/bootstrap.component5
1 files changed, 2 insertions, 3 deletions
diff --git a/stoc/util/bootstrap.component b/stoc/util/bootstrap.component
index 59761e04edcd..a1f78591a1f1 100644
--- a/stoc/util/bootstrap.component
+++ b/stoc/util/bootstrap.component
@@ -35,9 +35,8 @@
<service name="com.sun.star.lang.ServiceManager"/>
</implementation>
<implementation name="com.sun.star.comp.stoc.OServiceManagerWrapper"/>
- <implementation name="com.sun.star.comp.stoc.RegistryTypeDescriptionProvider">
- <service name="com.sun.star.reflection.TypeDescriptionProvider"/>
- </implementation>
+ <implementation
+ name="com.sun.star.comp.stoc.RegistryTypeDescriptionProvider"/>
<implementation name="com.sun.star.comp.stoc.SimpleRegistry">
<service name="com.sun.star.registry.SimpleRegistry"/>
</implementation>