summaryrefslogtreecommitdiff
path: root/toolkit/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-11-18 15:49:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-11-19 06:10:20 +0100
commitf0030353b38dfec4ceedc72d32884dbdde583d1b (patch)
tree94610459a35cbb17754504b5f53aa8bc3da12dad /toolkit/source
parentcfe88f4ab51c9330c0418cbd8b7093db515f9bd5 (diff)
loplugin:unusedmethods
Change-Id: I5dcba14a9b0dfcc5267760410f6d135fcd3b1bd2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142944 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/source')
-rw-r--r--toolkit/source/helper/vclunohelper.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolkit/source/helper/vclunohelper.cxx b/toolkit/source/helper/vclunohelper.cxx
index ec9d3ddf368e..bd2e55007350 100644
--- a/toolkit/source/helper/vclunohelper.cxx
+++ b/toolkit/source/helper/vclunohelper.cxx
@@ -102,11 +102,6 @@ css::uno::Reference< css::awt::XBitmap> VCLUnoHelper::CreateBitmap( const Bitmap
return xBmp;
}
-css::uno::Reference< css::awt::XBitmap> VCLUnoHelper::CreateVCLXBitmap( const BitmapEx& rBitmap )
-{
- return css::uno::Reference< css::awt::XBitmap >(new VCLXBitmap(rBitmap));
-}
-
vcl::Window* VCLUnoHelper::GetWindow( const css::uno::Reference< css::awt::XWindow>& rxWindow )
{
VCLXWindow* pVCLXWindow = comphelper::getFromUnoTunnel<VCLXWindow>( rxWindow );