summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/vclxaccessiblecomponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/vclxaccessiblecomponent.hxx')
-rw-r--r--include/toolkit/awt/vclxaccessiblecomponent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/awt/vclxaccessiblecomponent.hxx b/include/toolkit/awt/vclxaccessiblecomponent.hxx
index 1fea9e5c9851..3f37fd589605 100644
--- a/include/toolkit/awt/vclxaccessiblecomponent.hxx
+++ b/include/toolkit/awt/vclxaccessiblecomponent.hxx
@@ -64,8 +64,8 @@ private:
VCLExternalSolarLock* m_pSolarLock;
- DECL_LINK_TYPED( WindowEventListener, VclWindowEvent&, void );
- DECL_LINK_TYPED( WindowChildEventListener, VclWindowEvent&, void );
+ DECL_LINK( WindowEventListener, VclWindowEvent&, void );
+ DECL_LINK( WindowChildEventListener, VclWindowEvent&, void );
void DisconnectEvents();
protected: