Kaydet (Commit) 00f6c248 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:redundantfcast

Change-Id: I078d226b0cdec46ce1b5e36379cc9144fd865aa2
üst 886cf252
......@@ -170,7 +170,7 @@ uno::Reference< XConversionDictionary > ConvDicNameContainer::GetByName(
uno::Type SAL_CALL ConvDicNameContainer::getElementType( )
{
MutexGuard aGuard( GetLinguMutex() );
return uno::Type( cppu::UnoType<XConversionDictionary>::get());
return cppu::UnoType<XConversionDictionary>::get();
}
sal_Bool SAL_CALL ConvDicNameContainer::hasElements( )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment