summaryrefslogtreecommitdiff
path: root/vcl/inc/canvasbitmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/canvasbitmap.hxx')
-rw-r--r--vcl/inc/canvasbitmap.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/vcl/inc/canvasbitmap.hxx b/vcl/inc/canvasbitmap.hxx
index 141d15ef948a..54586a1ad60e 100644
--- a/vcl/inc/canvasbitmap.hxx
+++ b/vcl/inc/canvasbitmap.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_VCL_INC_CANVASBITMAP_HXX
#include <cppuhelper/implbase.hxx>
-#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/rendering/XIntegerReadOnlyBitmap.hpp>
#include <com/sun/star/rendering/XIntegerBitmapColorSpace.hpp>
#include <com/sun/star/rendering/XBitmapPalette.hpp>
@@ -33,8 +32,7 @@ namespace vcl::unotools
class VCL_DLLPUBLIC VclCanvasBitmap final :
public cppu::WeakImplHelper< css::rendering::XIntegerReadOnlyBitmap,
css::rendering::XBitmapPalette,
- css::rendering::XIntegerBitmapColorSpace,
- css::lang::XUnoTunnel >
+ css::rendering::XIntegerBitmapColorSpace >
{
private:
BitmapEx m_aBmpEx;
@@ -105,10 +103,6 @@ namespace vcl::unotools
virtual css::uno::Sequence< ::sal_Int8 > SAL_CALL convertIntegerFromARGB( const css::uno::Sequence< css::rendering::ARGBColor >& rgbColor ) override;
virtual css::uno::Sequence< ::sal_Int8 > SAL_CALL convertIntegerFromPARGB( const css::uno::Sequence< css::rendering::ARGBColor >& rgbColor ) override;
- sal_Int64 SAL_CALL getSomething(
- css::uno::Sequence<sal_Int8> const & aIdentifier) override;
- static css::uno::Sequence<sal_Int8> const & getUnoTunnelId();
-
/** Create API wrapper for given BitmapEx
@param rBitmap