diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-06-17 20:32:03 +0200 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-06-18 17:31:20 +0000 |
commit | caab53cf21bc38ead3927941795b3c8a1432589a (patch) | |
tree | 088d28387c5eb7be34283502d078e3233dea88b2 /extensions | |
parent | 5883e1926b80334cfdb7a3dd63d6391b1738c2a6 (diff) |
fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()
Change-Id: I78ba286be5aa4d731f734e5eb16adb77c686aad9
Reviewed-on: https://gerrit.libreoffice.org/4325
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/plugin/unx/unxmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/plugin/unx/unxmgr.cxx b/extensions/source/plugin/unx/unxmgr.cxx index 26a4d10d989e..6da7fe50778b 100644 --- a/extensions/source/plugin/unx/unxmgr.cxx +++ b/extensions/source/plugin/unx/unxmgr.cxx @@ -116,7 +116,7 @@ static bool CheckPlugin( const OString& rPath, list< PluginDescription* >& rDesc } pclose( pResult ); - if( aMIME.getLength() > 0 ) + if( !aMIME.isEmpty() ) { OString aLine = aMIME.makeStringAndClear(); |