diff options
author | Michael Stahl <mst@openoffice.org> | 2010-01-08 17:13:48 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-01-08 17:13:48 +0100 |
commit | 6e3f9b6a9a1f70811e393d10a21addfaeedc174e (patch) | |
tree | 06939eca99ef623b58b8edc1fb17fb44cf8bcd89 /sw/inc | |
parent | a22723dc6276d018fcd2fffa04c143e9c6c04c7a (diff) |
swunolocking1: #i105557#: unobaseclass.hxx: add XServiceInfo helpers:
new functions GetSupportedServiceNamesImpl and SupportsServiceImpl.
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unobaseclass.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/inc/unobaseclass.hxx b/sw/inc/unobaseclass.hxx index e9ae3f909a63..91ef17d4e9d4 100644 --- a/sw/inc/unobaseclass.hxx +++ b/sw/inc/unobaseclass.hxx @@ -164,6 +164,13 @@ namespace sw { return 0; } + ::com::sun::star::uno::Sequence< ::rtl::OUString > + GetSupportedServiceNamesImpl( + size_t const nServices, char const*const pServices[]); + sal_Bool SupportsServiceImpl( + size_t const nServices, char const*const pServices[], + ::rtl::OUString const & rServiceName); + } // namespace sw #endif // SW_UNOBASECLASS_HXX |