From dfe74865e07bb5cac1c3da2393348f0163d58f19 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 10 Jan 2014 12:42:47 +0100 Subject: Use bool Change-Id: I643f7d13b95c6bb89ee00be706e384338ed8b79a --- tools/source/rc/resmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/source') 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 ) -- cgit