summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/test_activedatasink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/test_activedatasink.cxx')
-rw-r--r--ucb/source/ucp/ftp/test_activedatasink.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/ftp/test_activedatasink.cxx b/ucb/source/ucp/ftp/test_activedatasink.cxx
index 29b78dcdc3a6..6acc7ee9bf84 100644
--- a/ucb/source/ucp/ftp/test_activedatasink.cxx
+++ b/ucb/source/ucp/ftp/test_activedatasink.cxx
@@ -43,7 +43,7 @@ using namespace com::sun::star::io;
Any SAL_CALL Test_ActiveDataSink::queryInterface( const Type& rType ) throw( RuntimeException ) {
Any aRet = ::cppu::queryInterface(rType,
- SAL_STATIC_CAST( XActiveDataSink*,this ));
+ (static_cast< XActiveDataSink* >(this)));
return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType );
}