diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-11 18:18:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-11 18:18:42 +0200 |
commit | 583508ced26a422145111242c027b3fbd5687dc5 (patch) | |
tree | 5b70ab5e93c7096d21ad7d041811a719cc87866f /include/jvmfwk/framework.hxx | |
parent | f0454e72c1d1b11c3bcbacb23048a62fdecd037c (diff) |
sal_Bool -> bool
Change-Id: I8df49f349308cc17d684d5c0e8215aa628dfaeda
Diffstat (limited to 'include/jvmfwk/framework.hxx')
-rw-r--r-- | include/jvmfwk/framework.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx index 99d25da9c03e..2373a3e713bc 100644 --- a/include/jvmfwk/framework.hxx +++ b/include/jvmfwk/framework.hxx @@ -716,7 +716,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_addJRELocation(rtl_uString * sLocation); @param pInfo [in] the JavaInfo object with information about the JRE. @param pp_exist - [out] the parameter is set to either sal_True or sal_False. The value is + [out] the parameter is set to either true or false. The value is only valid if the function returns JFW_E_NONE. @return @@ -724,7 +724,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_addJRELocation(rtl_uString * sLocation); JFW_E_ERROR an error occurred during execution.</br> JFW_E_INVALID_ARG pInfo contains invalid data</br> */ -JVMFWK_DLLPUBLIC javaFrameworkError jfw_existJRE(const JavaInfo *pInfo, sal_Bool *exist); +JVMFWK_DLLPUBLIC javaFrameworkError jfw_existJRE(const JavaInfo *pInfo, bool *exist); /** locks this API so that it cannot be used by other threads. |