summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontentidentifier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontentidentifier.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontentidentifier.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontentidentifier.cxx b/ucb/source/ucp/ftp/ftpcontentidentifier.cxx
index 94a3d84bcc01..9e76eee96cda 100644
--- a/ucb/source/ucp/ftp/ftpcontentidentifier.cxx
+++ b/ucb/source/ucp/ftp/ftpcontentidentifier.cxx
@@ -64,8 +64,8 @@ FTPContentIdentifier::queryInterface(
{
Any aRet =
::cppu::queryInterface(rType,
- SAL_STATIC_CAST(XTypeProvider*,this),
- SAL_STATIC_CAST(XContentIdentifier*,this));
+ (static_cast< XTypeProvider* >(this)),
+ (static_cast< XContentIdentifier* >(this)));
return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType );
}