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 ...@@ -52,7 +52,7 @@ namespace oglcanvas
} }
uno::Reference< rendering::XBitmap > BitmapCanvasHelper::getScaledBitmap( const geometry::RealSize2D& /*newSize*/, uno::Reference< rendering::XBitmap > BitmapCanvasHelper::getScaledBitmap( const geometry::RealSize2D& /*newSize*/,
sal_Bool /*beFast*/ ) bool /*beFast*/ )
{ {
// TODO(F1): // TODO(F1):
return uno::Reference< rendering::XBitmap >(); return uno::Reference< rendering::XBitmap >();
......
...@@ -71,7 +71,7 @@ namespace oglcanvas ...@@ -71,7 +71,7 @@ namespace oglcanvas
::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmap > ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmap >
getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize, getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
sal_Bool beFast ); bool beFast );
::com::sun::star::uno::Sequence< sal_Int8 > ::com::sun::star::uno::Sequence< sal_Int8 >
getData( ::com::sun::star::rendering::IntegerBitmapLayout& bitmapLayout, 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