diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-22 13:12:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-22 13:13:05 +0000 |
commit | 1c15a20df81fef594ef8fa887247aef9f2248c28 (patch) | |
tree | c2308bf3962efdc44d0391b26eaddb3b1155ae1f /canvas | |
parent | 875c5905c71635c8e75d0756cc86d953523726e2 (diff) |
loplugin:unusedmethods unused returns
Change-Id: I4da3374e31d3c7407b401d66275da7f56ae83d30
Reviewed-on: https://gerrit.libreoffice.org/29178
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/opengl/ogl_bitmapcanvashelper.hxx | 2 | ||||
-rw-r--r-- | canvas/source/vcl/canvasbitmaphelper.hxx | 2 | ||||
-rw-r--r-- | canvas/source/vcl/canvashelper.hxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/canvas/source/opengl/ogl_bitmapcanvashelper.hxx b/canvas/source/opengl/ogl_bitmapcanvashelper.hxx index 7b3722c84dd2..b55eb4576ee9 100644 --- a/canvas/source/opengl/ogl_bitmapcanvashelper.hxx +++ b/canvas/source/opengl/ogl_bitmapcanvashelper.hxx @@ -51,8 +51,6 @@ namespace oglcanvas const css::geometry::IntegerSize2D& getSize() { return maSize; } - css::uno::Reference< css::rendering::XBitmapCanvas > queryBitmapCanvas(); - css::uno::Reference< css::rendering::XBitmap > getScaledBitmap( const css::geometry::RealSize2D& newSize, bool beFast ); diff --git a/canvas/source/vcl/canvasbitmaphelper.hxx b/canvas/source/vcl/canvasbitmaphelper.hxx index 1b7cf7fde2c8..a83e26b9e906 100644 --- a/canvas/source/vcl/canvasbitmaphelper.hxx +++ b/canvas/source/vcl/canvasbitmaphelper.hxx @@ -82,8 +82,6 @@ namespace vclcanvas css::geometry::IntegerSize2D getSize(); - void queryBitmapCanvas(); - css::uno::Reference< css::rendering::XBitmap > getScaledBitmap( const css::geometry::RealSize2D& newSize, bool beFast ); diff --git a/canvas/source/vcl/canvashelper.hxx b/canvas/source/vcl/canvashelper.hxx index 11c06c5afcdf..268f3be30de2 100644 --- a/canvas/source/vcl/canvashelper.hxx +++ b/canvas/source/vcl/canvashelper.hxx @@ -235,8 +235,6 @@ namespace vclcanvas css::geometry::IntegerSize2D getSize(); - void queryBitmapCanvas(); - css::uno::Reference< css::rendering::XBitmap > getScaledBitmap( const css::geometry::RealSize2D& newSize, bool beFast ); |