cppcanvas: sal_Bool->bool
Change-Id: I3dc076f3593d4d083d5e25e41e007eadc97d2978
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user