diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-25 17:43:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-25 17:45:35 +0200 |
commit | 0af9970da3a23f63752033128976ad9ea420f828 (patch) | |
tree | c289b9b3cdf11e70697e4b819e7ec98137534292 /ure/source/uretest | |
parent | 5d19f429ab81aa236543d6a11a193de8c2cc5c59 (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 'ure/source/uretest')
-rw-r--r-- | ure/source/uretest/cppmain.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ure/source/uretest/cppmain.cc b/ure/source/uretest/cppmain.cc index a302b23afa4b..331598efdb8a 100644 --- a/ure/source/uretest/cppmain.cc +++ b/ure/source/uretest/cppmain.cc @@ -112,7 +112,6 @@ private: "com.sun.star.reflection.CoreReflection", "com.sun.star.reflection.ProxyFactory", "com.sun.star.reflection.TypeDescriptionManager", - "com.sun.star.reflection.TypeDescriptionProvider", "com.sun.star.registry.ImplementationRegistration", "com.sun.star.registry.NestedRegistry", "com.sun.star.registry.SimpleRegistry", |