summaryrefslogtreecommitdiff
path: root/ucb/source/cacher/dynamicresultsetwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/cacher/dynamicresultsetwrapper.cxx')
-rw-r--r--ucb/source/cacher/dynamicresultsetwrapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/cacher/dynamicresultsetwrapper.cxx b/ucb/source/cacher/dynamicresultsetwrapper.cxx
index cbdf6dbefeb8..1bd35d0ac5e2 100644
--- a/ucb/source/cacher/dynamicresultsetwrapper.cxx
+++ b/ucb/source/cacher/dynamicresultsetwrapper.cxx
@@ -136,9 +136,9 @@ void SAL_CALL DynamicResultSetWrapper
//--------------------------------------------------------------------------
//list all interfaces inclusive baseclasses of interfaces
QUERYINTERFACE_IMPL_START( DynamicResultSetWrapper )
- SAL_STATIC_CAST( XComponent*, this ) //base of XDynamicResultSet
- , SAL_STATIC_CAST( XDynamicResultSet*, this )
- , SAL_STATIC_CAST( XSourceInitialization*, this )
+ (static_cast< XComponent* >(this)) //base of XDynamicResultSet
+ , (static_cast< XDynamicResultSet* >(this))
+ , (static_cast< XSourceInitialization* >(this))
QUERYINTERFACE_IMPL_END
//--------------------------------------------------------------------------