[Libreoffice-commits] core.git: sd/source

Tor Lillqvist tml at collabora.com
Fri Feb 28 04:44:53 PST 2014


 sd/source/ui/unoidl/sddetect.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 757996c46e09e6a14e15ee8ce2a993c0ec3b79f8
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Feb 28 14:04:46 2014 +0200

    WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
    
    Change-Id: If6112c0b91bd040830818a69e599dfbce315d271

diff --git a/sd/source/ui/unoidl/sddetect.cxx b/sd/source/ui/unoidl/sddetect.cxx
index b035660..1d957b3 100644
--- a/sd/source/ui/unoidl/sddetect.cxx
+++ b/sd/source/ui/unoidl/sddetect.cxx
@@ -395,7 +395,7 @@ OUString SAL_CALL SdFilterDetect::detect( Sequence< beans::PropertyValue >& lDes
 
                             const OUString      aFileName( aMedium.GetURLObject().GetMainURL( INetURLObject::NO_DECODE ) );
                             GraphicDescriptor   aDesc( *pStm, &aFileName );
-                            if( !aDesc.Detect( sal_False ) )
+                            if( !aDesc.Detect( false ) )
                             {
                                 pFilter = 0;
                                 if( SvtModuleOptions().IsImpress() )


More information about the Libreoffice-commits mailing list