summaryrefslogtreecommitdiff
path: root/stoc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/inc')
-rw-r--r--stoc/inc/bootstrapservices.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/stoc/inc/bootstrapservices.hxx b/stoc/inc/bootstrapservices.hxx
index f476b3e19e0c..fb25ade9cc93 100644
--- a/stoc/inc/bootstrapservices.hxx
+++ b/stoc/inc/bootstrapservices.hxx
@@ -91,6 +91,13 @@ namespace stoc_bootstrap
throw(::com::sun::star::uno::Exception);
::com::sun::star::uno::Sequence< ::rtl::OUString > rdbtdp_getSupportedServiceNames();
::rtl::OUString rdbtdp_getImplementationName();
+
+ //tdmanager
+ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ManagerImpl_create(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& )
+ SAL_THROW( (::com::sun::star::uno::Exception) );
+ ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL tdmgr_getSupportedServiceNames();
+ ::rtl::OUString SAL_CALL tdmgr_getImplementationName();
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */