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 b84f19a8708c..a3bdf595d95f 100644
--- a/ucb/source/ucp/file/filcmd.cxx
+++ b/ucb/source/ucp/file/filcmd.cxx
@@ -65,7 +65,7 @@ uno::Any SAL_CALL
XCommandInfo_impl::queryInterface( const uno::Type& rType )
{
uno::Any aRet = cppu::queryInterface( rType,
- (static_cast< XCommandInfo* >(this)) );
+ static_cast< XCommandInfo* >(this) );
return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType );
}