diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-10-24 11:26:31 -0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-24 17:57:32 +0200 |
commit | be0adb9f0fc738fe8735d2e0802fd19091799d11 (patch) | |
tree | 3a603568b4bee2e7fd181814330318c3386141d0 /sw/inc/unobaseclass.hxx | |
parent | b391da28fffa1f71967079189e7d60ff16ec2784 (diff) |
fdo#54938: Remove SupportsServiceImpl from sw and use cppu instead
Change-Id: I285a03f615e2f2a2656873a8f433a2599bd62c28
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/inc/unobaseclass.hxx')
-rw-r--r-- | sw/inc/unobaseclass.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/unobaseclass.hxx b/sw/inc/unobaseclass.hxx index 483bd2927530..3dfe62f48375 100644 --- a/sw/inc/unobaseclass.hxx +++ b/sw/inc/unobaseclass.hxx @@ -148,9 +148,6 @@ namespace sw { ::com::sun::star::uno::Sequence< OUString > GetSupportedServiceNamesImpl( size_t const nServices, char const*const pServices[]); - sal_Bool SupportsServiceImpl( - size_t const nServices, char const*const pServices[], - OUString const & rServiceName); } // namespace sw |