cppcanvas: sal_Bool->bool

Change-Id: I3dc076f3593d4d083d5e25e41e007eadc97d2978
This commit is contained in:
Noel Grandin
2014-04-04 14:53:57 +02:00
parent 718ec66252
commit 8ab93ae45e
3 changed files with 5 additions and 5 deletions

View File

@@ -232,7 +232,7 @@ namespace cppcanvas
TextLineInfo createTextLineInfo( const ::VirtualDevice& rVDev,
const ::cppcanvas::internal::OutDevState& rState )
{
const sal_Bool bOldMode( rVDev.IsMapModeEnabled() );
const bool bOldMode( rVDev.IsMapModeEnabled() );
// #i68512# Force metric regeneration with mapmode enabled
// (prolly OutDev bug)