sal_Bool to bool
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
This commit is contained in:
@@ -299,7 +299,7 @@ sal_Int32 OTextInputStream::implReadNext()
|
||||
sal_Size nSrcCvtBytes = 0;
|
||||
sal_Size nTargetCount = 0;
|
||||
sal_Size nSourceCount = 0;
|
||||
while( sal_True )
|
||||
while( true )
|
||||
{
|
||||
const sal_Int8 *pbSource = mSeqSource.getConstArray();
|
||||
|
||||
|
Reference in New Issue
Block a user