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 /stoc | |
parent | f0454e72c1d1b11c3bcbacb23048a62fdecd037c (diff) |
sal_Bool -> bool
Change-Id: I8df49f349308cc17d684d5c0e8215aa628dfaeda
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/javavm/javavm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index 41d786f91a82..3d023ce2373c 100644 --- a/stoc/source/javavm/javavm.cxx +++ b/stoc/source/javavm/javavm.cxx @@ -815,7 +815,7 @@ JavaVirtualMachine::getJavaVM(css::uno::Sequence< sal_Int8 > const & rProcessId) std::unique_ptr<JavaInfo> aJavaInfo; if (JFW_E_NONE == jfw_getSelectedJRE(&aJavaInfo)) { - sal_Bool bExist = false; + bool bExist = false; if (JFW_E_NONE == jfw_existJRE(aJavaInfo.get(), &bExist)) { if (!bExist |