summaryrefslogtreecommitdiff
path: root/sfx2/inc/inettbc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/inettbc.hxx')
-rw-r--r--sfx2/inc/inettbc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx
index d96b33e882d5..71c3e5b1b67b 100644
--- a/sfx2/inc/inettbc.hxx
+++ b/sfx2/inc/inettbc.hxx
@@ -34,8 +34,8 @@ private:
SvtURLBox* GetURLBox() const;
void OpenURL( const OUString& rName, bool bNew ) const;
- DECL_LINK_TYPED( OpenHdl, SvtURLBox*, void );
- DECL_LINK_TYPED( SelectHdl, ComboBox&, void );
+ DECL_LINK( OpenHdl, SvtURLBox*, void );
+ DECL_LINK( SelectHdl, ComboBox&, void );
struct ExecuteInfo
{
@@ -44,7 +44,7 @@ private:
css::uno::Sequence< css::beans::PropertyValue > aArgs;
};
- DECL_STATIC_LINK_TYPED( SfxURLToolBoxControl_Impl, ExecuteHdl_Impl, void*, void );
+ DECL_STATIC_LINK( SfxURLToolBoxControl_Impl, ExecuteHdl_Impl, void*, void );
public: