Kaydet (Commit) 7d2cf383 authored tarafından Noel Grandin's avatar Noel Grandin

canvas: sal_Bool->bool

Change-Id: I0f7e1ff88f91ded1bc4c45769d7e378db8698332
üst abd8c2a0
......@@ -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 >();
......
......@@ -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,
......
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