diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-28 14:04:46 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-28 14:44:21 +0200 |
commit | 757996c46e09e6a14e15ee8ce2a993c0ec3b79f8 (patch) | |
tree | 473737d6ab609d5b3720b51ab09f5b835ecfad6b /sd | |
parent | c5ecd9d2a79d4c2cd80fc7d037074806a021e579 (diff) |
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: If6112c0b91bd040830818a69e599dfbce315d271
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/unoidl/sddetect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/sddetect.cxx b/sd/source/ui/unoidl/sddetect.cxx index b03566047229..1d957b36c0bc 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() ) |