From ce33f85ffdb8612c9fba9356acdaa93a08a9ba41 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 4 Mar 2013 23:11:48 +0900 Subject: sal_Bool to bool Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6 --- basic/source/runtime/methods.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source') diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 74462090a59b..5dc45ed0be71 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -454,7 +454,7 @@ RTLFUNC(CurDir) int nSize = _PATH_INCR; char* pMem; - while( sal_True ) + while( true ) { pMem = new char[nSize]; if( !pMem ) -- cgit