summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/vclxpointer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/vclxpointer.hxx')
-rw-r--r--include/toolkit/awt/vclxpointer.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/toolkit/awt/vclxpointer.hxx b/include/toolkit/awt/vclxpointer.hxx
index f986077e76cd..ab210d2b545b 100644
--- a/include/toolkit/awt/vclxpointer.hxx
+++ b/include/toolkit/awt/vclxpointer.hxx
@@ -24,6 +24,7 @@
#include <com/sun/star/awt/XPointer.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
+#include <comphelper/servicehelper.hxx>
#include <cppuhelper/implbase.hxx>
#include <osl/mutex.hxx>
@@ -48,9 +49,7 @@ public:
PointerStyle GetPointer() const { return maPointer; }
// css::lang::XUnoTunnel
- static const css::uno::Sequence< sal_Int8 >& GetUnoTunnelId() throw();
- static VCLXPointer* 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(VCLXPointer)
// css::awt::XPointer
void SAL_CALL setType( sal_Int32 nType ) override;