bool improvements

Change-Id: I757e19313576d2c3d13af1cb720f182f0de91613
This commit is contained in:
Stephan Bergmann
2014-01-27 10:44:30 +01:00
parent 5de65dc2d6
commit 65191cda81
7 changed files with 21 additions and 21 deletions

View File

@@ -360,7 +360,7 @@ javaPluginError jfw_plugin_getJavaInfoByPath(
return JFW_PLUGIN_E_INVALID_ARG;
rtl::Reference<VendorBase> aVendorInfo = getJREInfoByPath(ouPath);
if (aVendorInfo.is() == sal_False)
if (!aVendorInfo.is())
return JFW_PLUGIN_E_NO_JRE;
//Check if the detected JRE matches the version requirements