Kaydet (Commit) 99690d31 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

svtools: sal_Bool -> bool

Change-Id: I3f1a110e95453599159d36a9d55f949351e03557
üst b9b8aa82
......@@ -989,7 +989,7 @@ void BrowseBox::ImplPaintData(OutputDevice& _rOut, const Rectangle& _rRect, bool
Region aClipToField(Rectangle(aPos, aFieldSize));
_rOut.SetClipRegion(aClipToField);
}
pCol->Draw( *this, _rOut, aPos, sal_False );
pCol->Draw( *this, _rOut, aPos, false );
if (_bForeignDevice)
_rOut.SetClipRegion();
}
......
......@@ -134,7 +134,7 @@ void BrowserColumn::SetWidth(sal_uLong nNewWidthPixel, const Fraction& rCurrentZ
void BrowserColumn::Draw( BrowseBox& rBox, OutputDevice& rDev, const Point& rPos, sal_Bool bCurs )
void BrowserColumn::Draw( BrowseBox& rBox, OutputDevice& rDev, const Point& rPos, bool bCurs )
{
if ( _nId == 0 )
{
......
......@@ -89,7 +89,7 @@ public:
void Freeze( bool bFreeze = true ) { _bFrozen = bFreeze; }
virtual void Draw( BrowseBox& rBox, OutputDevice& rDev,
const Point& rPos, sal_Bool bCurs );
const Point& rPos, bool bCurs );
void SetWidth(sal_uLong nNewWidthPixel, const Fraction& rCurrentZoom);
void ZoomChanged(const Fraction& rNewZoom);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment