summaryrefslogtreecommitdiff
path: root/cui/source/inc/insdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/insdlg.hxx')
-rw-r--r--cui/source/inc/insdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/insdlg.hxx b/cui/source/inc/insdlg.hxx
index b982ba8ff93b..40dffa18087c 100644
--- a/cui/source/inc/insdlg.hxx
+++ b/cui/source/inc/insdlg.hxx
@@ -69,9 +69,9 @@ class SvInsertOleDlg : public InsertObjectDialog_Impl
css::uno::Sequence< sal_Int8 > m_aIconMetaFile;
OUString m_aIconMediaType;
- DECL_LINK_TYPED(DoubleClickHdl, ListBox&, void);
- DECL_LINK_TYPED(BrowseHdl, Button*, void);
- DECL_LINK_TYPED(RadioHdl, Button*, void);
+ DECL_LINK(DoubleClickHdl, ListBox&, void);
+ DECL_LINK(BrowseHdl, Button*, void);
+ DECL_LINK(RadioHdl, Button*, void);
void SelectDefault();
ListBox& GetObjectTypes()
{ return *m_pLbObjecttype; }
@@ -115,8 +115,8 @@ private:
VclPtr<NumericField> m_pNMMarginHeight;
VclPtr<CheckBox> m_pCBMarginHeightDefault;
- DECL_LINK_TYPED(OpenHdl, Button*, void );
- DECL_LINK_TYPED(CheckHdl, Button*, void );
+ DECL_LINK(OpenHdl, Button*, void );
+ DECL_LINK(CheckHdl, Button*, void );
void Init();