summaryrefslogtreecommitdiff
path: root/vcl/source/control/imgctrl.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-05-16 09:16:53 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-05-16 09:20:41 +0900
commit0a330eb7405f75c82707a73d2c2e404326a48554 (patch)
tree8547ce28a88cbcd7025ca816cd2a62f43a08fff1 /vcl/source/control/imgctrl.cxx
parentbc2fe616febbaccb3cda16f66101d393e91232cd (diff)
sal_Bool to bool
Change-Id: I0247e462b648b0dc7fc9ea12723415fbf6dcaff5
Diffstat (limited to 'vcl/source/control/imgctrl.cxx')
-rw-r--r--vcl/source/control/imgctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/imgctrl.cxx b/vcl/source/control/imgctrl.cxx
index 0f0369c26182..40c5d2357777 100644
--- a/vcl/source/control/imgctrl.cxx
+++ b/vcl/source/control/imgctrl.cxx
@@ -159,7 +159,7 @@ void ImageControl::Paint( const Rectangle& /*rRect*/ )
{
Window *pWin = GetWindow( WINDOW_BORDER );
- sal_Bool bFlat = (GetBorderStyle() == 2);
+ bool bFlat = (GetBorderStyle() == 2);
Rectangle aRect( Point(0,0), pWin->GetOutputSizePixel() );
Color oldLineCol = pWin->GetLineColor();
Color oldFillCol = pWin->GetFillColor();