summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/propertyvalueset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/propertyvalueset.cxx')
-rw-r--r--ucbhelper/source/provider/propertyvalueset.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/source/provider/propertyvalueset.cxx b/ucbhelper/source/provider/propertyvalueset.cxx
index a9e1967a7ce1..6e60aed4941c 100644
--- a/ucbhelper/source/provider/propertyvalueset.cxx
+++ b/ucbhelper/source/provider/propertyvalueset.cxx
@@ -262,9 +262,9 @@ void SAL_CALL PropertyValueSet::release()
css::uno::Any SAL_CALL PropertyValueSet::queryInterface( const css::uno::Type & rType )
{
css::uno::Any aRet = cppu::queryInterface( rType,
- (static_cast< XTypeProvider* >(this)),
- (static_cast< XRow* >(this)),
- (static_cast< XColumnLocate* >(this))
+ static_cast< XTypeProvider* >(this),
+ static_cast< XRow* >(this),
+ static_cast< XColumnLocate* >(this)
);
return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType );
}