diff options
Diffstat (limited to 'extensions/source/abpilot/abspilot.hxx')
-rw-r--r-- | extensions/source/abpilot/abspilot.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/abpilot/abspilot.hxx b/extensions/source/abpilot/abspilot.hxx index 41c216425335..545a090cea2f 100644 --- a/extensions/source/abpilot/abspilot.hxx +++ b/extensions/source/abpilot/abspilot.hxx @@ -74,7 +74,7 @@ namespace abp virtual bool Close() override; private: - DECL_LINK_TYPED( OnCancelClicked, Button*, void ); + DECL_LINK( OnCancelClicked, Button*, void ); /** creates a new data source of the type indicated by m_aSettings <p>If another data source has been created before, this one is deleted.</p> |