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 /udkapi | |
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 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl b/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl index af84f3cff577..d01581f76767 100644 --- a/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl +++ b/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl @@ -31,6 +31,10 @@ service implementations read from source like the persistent registry database format.<br> + This old-style service definition mostly serves documentation purposes. It + is not intended that an implementation of this service can be obtained at + the global service manager using this service identifier. + @see com::sun::star::reflection::TypeDescriptionManager @see com::sun::star::reflection::XTypeDescription */ |