summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filid.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filid.cxx')
-rw-r--r--ucb/source/ucp/file/filid.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filid.cxx b/ucb/source/ucp/file/filid.cxx
index 77d06879bd3b..50200af6c656 100644
--- a/ucb/source/ucp/file/filid.cxx
+++ b/ucb/source/ucp/file/filid.cxx
@@ -84,8 +84,8 @@ FileContentIdentifier::queryInterface(
throw( uno::RuntimeException )
{
uno::Any aRet = cppu::queryInterface( rType,
- SAL_STATIC_CAST( lang::XTypeProvider*, this),
- SAL_STATIC_CAST( XContentIdentifier*, this) );
+ (static_cast< lang::XTypeProvider* >(this)),
+ (static_cast< XContentIdentifier* >(this)) );
return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType );
}