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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filrow.cxx b/ucb/source/ucp/file/filrow.cxx
index a09fdf451d03..80828ed6f772 100644
--- a/ucb/source/ucp/file/filrow.cxx
+++ b/ucb/source/ucp/file/filrow.cxx
@@ -56,7 +56,7 @@ bool convert( shell* pShell,
if( rValue.hasValue() )
{
uno::Any aConvertedValue
- = xConverter->convertTo( rValue,getCppuType( static_cast< const _type_* >(0) ) );
+ = xConverter->convertTo( rValue,cppu::UnoType<_type_>::get() );
no_success = ! ( aConvertedValue >>= aReturn );
}
else