summaryrefslogtreecommitdiff
path: root/include/toolkit/awt
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt')
-rw-r--r--include/toolkit/awt/vclxdevice.hxx5
-rw-r--r--include/toolkit/awt/vclxwindow.hxx3
2 files changed, 0 insertions, 8 deletions
diff --git a/include/toolkit/awt/vclxdevice.hxx b/include/toolkit/awt/vclxdevice.hxx
index c24b79be110c..08a12a65353e 100644
--- a/include/toolkit/awt/vclxdevice.hxx
+++ b/include/toolkit/awt/vclxdevice.hxx
@@ -22,7 +22,6 @@
#include <toolkit/dllapi.h>
#include <com/sun/star/awt/XDevice.hpp>
-#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/implbase.hxx>
#include <vcl/virdev.hxx>
@@ -34,7 +33,6 @@
class TOOLKIT_DLLPUBLIC VCLXDevice :
public cppu::WeakImplHelper<
css::awt::XDevice,
- css::lang::XUnoTunnel,
css::awt::XUnitConversion>
{
friend class VCLXGraphics;
@@ -50,9 +48,6 @@ public:
void SetOutputDevice( const VclPtr<OutputDevice> &pOutDev ) { mpOutputDevice = pOutDev; }
const VclPtr<OutputDevice>& GetOutputDevice() const { return mpOutputDevice; }
- // css::lang::XUnoTunnel
- UNO3_GETIMPLEMENTATION_DECL(VCLXDevice)
-
// css::awt::XDevice,
css::uno::Reference< css::awt::XGraphics > SAL_CALL createGraphics( ) override;
css::uno::Reference< css::awt::XDevice > SAL_CALL createDevice( sal_Int32 nWidth, sal_Int32 nHeight ) override;
diff --git a/include/toolkit/awt/vclxwindow.hxx b/include/toolkit/awt/vclxwindow.hxx
index 9f3226ee6add..30073236aa8a 100644
--- a/include/toolkit/awt/vclxwindow.hxx
+++ b/include/toolkit/awt/vclxwindow.hxx
@@ -141,9 +141,6 @@ public:
bool IsDisposed() const;
- // css::lang::XUnoTunnel
- UNO3_GETIMPLEMENTATION_DECL(VCLXWindow)
-
// css::lang::XEventListener
virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) override;