summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-10 12:42:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-10 17:11:50 +0100
commitdfe74865e07bb5cac1c3da2393348f0163d58f19 (patch)
tree0e465fb8b1fe0c45fd4bb25bfda189a8d370cd7f /tools
parent78162f005a211ad5d9931ecdb5313654482fdabf (diff)
Use bool
Change-Id: I643f7d13b95c6bb89ee00be706e384338ed8b79a
Diffstat (limited to 'tools')
-rw-r--r--tools/source/rc/resmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 9199ad17963b..6896bd8a8ee2 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -626,7 +626,7 @@ void InternalResMgr::FreeGlobalRes( void * pResHandle, void * pResource )
OUString GetTypeRes_Impl( const ResId& rTypeId )
{
// Return on resource errors
- static int bInUse = false;
+ static bool bInUse = false;
OUString aTypStr(OUString::number(rTypeId.GetId()));
if ( !bInUse )