summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorDonizete Waterkemper <dwater2@gmail.com>2014-03-03 17:22:15 -0300
committerMarcos Paulo de Souza <marcos.souza.org@gmail.com>2014-03-03 15:53:46 -0600
commitc4cff5a6452c05c797742327f57bb682fa5379ce (patch)
tree43362a98bc5a29aafd4a8a4980c19ec89fa11a7f /sd/source/ui/unoidl
parent115ae1259564a51a14a3363a00717b09882d55bf (diff)
fdo#54938: Convert some places to use cppu::supportsService
Change-Id: Ib941c6ec82d81b1da815561eee87ee91dc8de200 Reviewed-on: https://gerrit.libreoffice.org/8443 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/unopage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx
index 2953e27a0c5b..09cdc3fc5760 100644
--- a/sd/source/ui/unoidl/unopage.cxx
+++ b/sd/source/ui/unoidl/unopage.cxx
@@ -2243,7 +2243,7 @@ Sequence< OUString > SAL_CALL SdDrawPage::getSupportedServiceNames() throw(uno::
sal_Bool SAL_CALL SdDrawPage::supportsService( const OUString& ServiceName )
throw(uno::RuntimeException, std::exception)
{
- return SdGenericDrawPage::supportsService( ServiceName );
+ return cppu::supportsService( this, ServiceName );
}
// XNamed
@@ -2799,7 +2799,7 @@ Sequence< OUString > SAL_CALL SdMasterPage::getSupportedServiceNames() throw(uno
sal_Bool SAL_CALL SdMasterPage::supportsService( const OUString& ServiceName )
throw(uno::RuntimeException, std::exception)
{
- return SdGenericDrawPage::supportsService( ServiceName );
+ return cppu::supportsService( this, ServiceName );
}
// XElementAccess