summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-30 10:14:10 +0200
committerNoel Grandin <noel@peralex.com>2014-05-02 08:49:22 +0200
commit7d2cf383667106efe3e2ea6099fe52206b685c5d (patch)
treeb7c42365a83602f4d32384425c04e8e54cd4e7ae /canvas
parentabd8c2a0f661a3913bfd14fefabf451dc7d85679 (diff)
canvas: sal_Bool->bool
Change-Id: I0f7e1ff88f91ded1bc4c45769d7e378db8698332
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/opengl/ogl_bitmapcanvashelper.cxx2
-rw-r--r--canvas/source/opengl/ogl_bitmapcanvashelper.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/opengl/ogl_bitmapcanvashelper.cxx b/canvas/source/opengl/ogl_bitmapcanvashelper.cxx
index 1d132cbd257f..5619d487312d 100644
--- a/canvas/source/opengl/ogl_bitmapcanvashelper.cxx
+++ b/canvas/source/opengl/ogl_bitmapcanvashelper.cxx
@@ -52,7 +52,7 @@ namespace oglcanvas
}
uno::Reference< rendering::XBitmap > BitmapCanvasHelper::getScaledBitmap( const geometry::RealSize2D& /*newSize*/,
- sal_Bool /*beFast*/ )
+ bool /*beFast*/ )
{
// TODO(F1):
return uno::Reference< rendering::XBitmap >();
diff --git a/canvas/source/opengl/ogl_bitmapcanvashelper.hxx b/canvas/source/opengl/ogl_bitmapcanvashelper.hxx
index 2af8dd0b29a6..6fd7a4bcb49f 100644
--- a/canvas/source/opengl/ogl_bitmapcanvashelper.hxx
+++ b/canvas/source/opengl/ogl_bitmapcanvashelper.hxx
@@ -71,7 +71,7 @@ namespace oglcanvas
::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmap >
getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
- sal_Bool beFast );
+ bool beFast );
::com::sun::star::uno::Sequence< sal_Int8 >
getData( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout,