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 --- oox/source/drawingml/textrun.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/source/drawingml') diff --git a/oox/source/drawingml/textrun.cxx b/oox/source/drawingml/textrun.cxx index e5ab05dba2e3..6193cf0c244b 100644 --- a/oox/source/drawingml/textrun.cxx +++ b/oox/source/drawingml/textrun.cxx @@ -83,7 +83,7 @@ sal_Int32 TextRun::insertAt( aTextCharacterProps.maLatinFont.getFontData( aLatinFontName, nLatinFontPitch, nLatinFontFamily, rFilterBase ); sal_Int32 nIndex = 0; - while ( sal_True ) + while ( true ) { sal_Int32 nCount = 0; sal_Bool bSymbol = ( getText()[ nIndex ] & 0xff00 ) == 0xf000; -- cgit v1.2.3