sd/source/ui/unoidl/sddetect.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 757996c46e09e6a14e15ee8ce2a993c0ec3b79f8 Author: Tor Lillqvist <t...@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() ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits