linguistic/source/convdiclist.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 00f6c248d40f708bffe2f74cc14cd4c3da5c78d3
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Mar 12 09:01:18 2018 +0100

    loplugin:redundantfcast
    
    Change-Id: I078d226b0cdec46ce1b5e36379cc9144fd865aa2

diff --git a/linguistic/source/convdiclist.cxx 
b/linguistic/source/convdiclist.cxx
index ca57f4aa373d..26c9fca36f92 100644
--- a/linguistic/source/convdiclist.cxx
+++ b/linguistic/source/convdiclist.cxx
@@ -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(  )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to