diff options
Diffstat (limited to 'include/toolkit/awt/vclxbitmap.hxx')
-rw-r--r-- | include/toolkit/awt/vclxbitmap.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/toolkit/awt/vclxbitmap.hxx b/include/toolkit/awt/vclxbitmap.hxx index cc83653e751a..22b339f96194 100644 --- a/include/toolkit/awt/vclxbitmap.hxx +++ b/include/toolkit/awt/vclxbitmap.hxx @@ -24,6 +24,7 @@ #include <com/sun/star/awt/XDisplayBitmap.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> +#include <comphelper/servicehelper.hxx> #include <cppuhelper/weak.hxx> #include <osl/mutex.hxx> #include <vcl/bitmapex.hxx> @@ -55,9 +56,7 @@ public: void SAL_CALL release() throw() override { OWeakObject::release(); } // css::lang::XUnoTunnel - static const css::uno::Sequence< sal_Int8 >& GetUnoTunnelId() throw(); - static VCLXBitmap* GetImplementation( const css::uno::Reference< css::uno::XInterface >& rxIFace ); - sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& rIdentifier ) override; + UNO3_GETIMPLEMENTATION_DECL(VCLXBitmap) // css::lang::XTypeProvider css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override; |