diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:19:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:27:24 +0200 |
commit | a8884ad99c491624d776a4a21f06e6453f71b25a (patch) | |
tree | 5f747acfdb24ac2faf6c0d1171ab925303bd1cfb /sfx2/source/appl/fileobj.cxx | |
parent | 259ece83e9b114ccc8403bbde97e5b11d4319865 (diff) |
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I3cb9226ef6bebb5062abfae312dce95f0ef74385
Diffstat (limited to 'sfx2/source/appl/fileobj.cxx')
-rw-r--r-- | sfx2/source/appl/fileobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/fileobj.cxx b/sfx2/source/appl/fileobj.cxx index 895b5c9ed0b4..4b2a4960a63b 100644 --- a/sfx2/source/appl/fileobj.cxx +++ b/sfx2/source/appl/fileobj.cxx @@ -354,7 +354,7 @@ OUString impl_getFilter( const OUString& _rURL ) aDescr[ utl::MediaDescriptor::PROP_URL() ] <<= OUString( _rURL ); css::uno::Sequence< css::beans::PropertyValue > aDescrList = aDescr.getAsConstPropertyValueList(); - OUString sType = xTypeDetection->queryTypeByDescriptor( aDescrList, sal_True ); + OUString sType = xTypeDetection->queryTypeByDescriptor( aDescrList, true ); if ( !sType.isEmpty() ) { // Honor a selected/detected filter. |