summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filcmd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filcmd.cxx')
-rw-r--r--ucb/source/ucp/file/filcmd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filcmd.cxx b/ucb/source/ucp/file/filcmd.cxx
index 93a2a21531cf..36569bba64f9 100644
--- a/ucb/source/ucp/file/filcmd.cxx
+++ b/ucb/source/ucp/file/filcmd.cxx
@@ -72,7 +72,7 @@ XCommandInfo_impl::queryInterface(
throw( uno::RuntimeException )
{
uno::Any aRet = cppu::queryInterface( rType,
- SAL_STATIC_CAST( XCommandInfo*,this) );
+ (static_cast< XCommandInfo* >(this)) );
return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType );
}