diff options
Diffstat (limited to 'canvas/source/vcl')
-rw-r--r-- | canvas/source/vcl/canvasbitmaphelper.hxx | 2 | ||||
-rw-r--r-- | canvas/source/vcl/canvashelper.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/vcl/canvasbitmaphelper.hxx b/canvas/source/vcl/canvasbitmaphelper.hxx index 546825f4e61e..1b7cf7fde2c8 100644 --- a/canvas/source/vcl/canvasbitmaphelper.hxx +++ b/canvas/source/vcl/canvasbitmaphelper.hxx @@ -82,7 +82,7 @@ namespace vclcanvas css::geometry::IntegerSize2D getSize(); - css::uno::Reference< css::rendering::XBitmapCanvas > queryBitmapCanvas(); + void queryBitmapCanvas(); css::uno::Reference< css::rendering::XBitmap > getScaledBitmap( const css::geometry::RealSize2D& newSize, diff --git a/canvas/source/vcl/canvashelper.hxx b/canvas/source/vcl/canvashelper.hxx index 80f4ebba1193..332203c82f20 100644 --- a/canvas/source/vcl/canvashelper.hxx +++ b/canvas/source/vcl/canvashelper.hxx @@ -233,7 +233,7 @@ namespace vclcanvas css::geometry::IntegerSize2D getSize(); - css::uno::Reference< css::rendering::XBitmapCanvas > queryBitmapCanvas(); + void queryBitmapCanvas(); css::uno::Reference< css::rendering::XBitmap > getScaledBitmap( const css::geometry::RealSize2D& newSize, |