summaryrefslogtreecommitdiff
path: root/cppu/source/helper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:15:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:37 +0200
commite7f330fa4aad63873a552e84bfdbf6452832b007 (patch)
treec958a52facac44e06eec566f80f1df9ee9260fb2 /cppu/source/helper
parent15e410e5afac989e423d6ce158ef65288c67ee7b (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I47acc5590a935c7f9089231efbb1319664942f16
Diffstat (limited to 'cppu/source/helper')
-rw-r--r--cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx b/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx
index 2c0b789de0fb..5067a2f3be4c 100644
--- a/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx
+++ b/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx
@@ -141,8 +141,8 @@ extern "C" { static void SAL_CALL s_Proxy_dispatch(
{
param.pTypeRef = reinterpret_cast<typelib_InterfaceAttributeTypeDescription const *>(
pMemberType)->pAttributeTypeRef;
- param.bIn = sal_True;
- param.bOut = sal_False;
+ param.bIn = true;
+ param.bOut = false;
nParams = 1;
pParams = &param;
}