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