diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-08-19 16:27:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-08-19 17:55:42 +0200 |
commit | da40cdd0e8a2a4ce2b3636f39c91b7129f1a6ed4 (patch) | |
tree | f0c14bb1e10be871ce0ac3c3ab0b7175871f7530 /stoc/inc | |
parent | cc0dd9f8bd4ee52e5a26c0630e7960386aeffb15 (diff) |
Remove com.sun.star.comp.stoc.RegistryTypeDescriptionProvider
...which had become unused with the new cppuhelper/source/typemanager.cxx.
Change-Id: Ic84d11cc9ecd1e7d73aa2757c14ffd46fa21e890
Diffstat (limited to 'stoc/inc')
-rw-r--r-- | stoc/inc/bootstrapservices.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stoc/inc/bootstrapservices.hxx b/stoc/inc/bootstrapservices.hxx index a754d13a543c..43a10bab02ca 100644 --- a/stoc/inc/bootstrapservices.hxx +++ b/stoc/inc/bootstrapservices.hxx @@ -84,13 +84,6 @@ namespace stoc_bootstrap throw(::com::sun::star::uno::Exception); ::com::sun::star::uno::Sequence< OUString > loader_getSupportedServiceNames(); OUString loader_getImplementationName(); - - //registry_tdprovider - ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ProviderImpl_create( - const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& ) - throw(::com::sun::star::uno::Exception); - ::com::sun::star::uno::Sequence< OUString > rdbtdp_getSupportedServiceNames(); - OUString rdbtdp_getImplementationName(); } // namespace /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |