From 583508ced26a422145111242c027b3fbd5687dc5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 11 Apr 2017 18:18:42 +0200 Subject: sal_Bool -> bool Change-Id: I8df49f349308cc17d684d5c0e8215aa628dfaeda --- include/jvmfwk/framework.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/jvmfwk/framework.hxx') 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.
JFW_E_INVALID_ARG pInfo contains invalid data
*/ -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. -- cgit > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/shell/Makefile
AgeCommit message (Expand)Author
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-05-29gbuildize shellDavid Tardon