summaryrefslogtreecommitdiff
path: root/cui/source/options/optjava.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optjava.hxx')
-rw-r--r--cui/source/options/optjava.hxx40
1 files changed, 20 insertions, 20 deletions
diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx
index 6a83b280e24e..4a4f7bbfd04a 100644
--- a/cui/source/options/optjava.hxx
+++ b/cui/source/options/optjava.hxx
@@ -84,18 +84,18 @@ private:
rtl::Reference< ::svt::DialogClosedListener > xDialogListener;
css::uno::Reference< css::ui::dialogs::XFolderPicker2 > xFolderPicker;
- DECL_LINK_TYPED( EnableHdl_Impl, Button*, void);
- DECL_LINK_TYPED( CheckHdl_Impl, SvTreeListBox*, void );
- DECL_LINK_TYPED( SelectHdl_Impl, SvTreeListBox*, void);
- DECL_LINK_TYPED( AddHdl_Impl, Button*, void);
- DECL_LINK_TYPED( ParameterHdl_Impl, Button*, void);
- DECL_LINK_TYPED( ClassPathHdl_Impl, Button*, void);
- DECL_LINK_TYPED( ResetHdl_Impl, Idle *, void);
+ DECL_LINK( EnableHdl_Impl, Button*, void);
+ DECL_LINK( CheckHdl_Impl, SvTreeListBox*, void );
+ DECL_LINK( SelectHdl_Impl, SvTreeListBox*, void);
+ DECL_LINK( AddHdl_Impl, Button*, void);
+ DECL_LINK( ParameterHdl_Impl, Button*, void);
+ DECL_LINK( ClassPathHdl_Impl, Button*, void);
+ DECL_LINK( ResetHdl_Impl, Idle *, void);
- DECL_LINK_TYPED( StartFolderPickerHdl, void *, void );
- DECL_LINK_TYPED( DialogClosedHdl, css::ui::dialogs::DialogClosedEvent*, void );
+ DECL_LINK( StartFolderPickerHdl, void *, void );
+ DECL_LINK( DialogClosedHdl, css::ui::dialogs::DialogClosedEvent*, void );
- DECL_LINK_TYPED( ExpertConfigHdl_Impl, Button*, void);
+ DECL_LINK( ExpertConfigHdl_Impl, Button*, void);
void ClearJavaInfo();
void ClearJavaList();
@@ -129,13 +129,13 @@ private:
VclPtr<PushButton> m_pEditBtn;
- DECL_LINK_TYPED(ModifyHdl_Impl, Edit&, void);
- DECL_LINK_TYPED(AssignHdl_Impl, Button*, void);
- DECL_LINK_TYPED(SelectHdl_Impl, ListBox&, void);
- DECL_LINK_TYPED(DblClickHdl_Impl, ListBox&, void);
- DECL_LINK_TYPED(RemoveHdl_Impl, Button*, void);
+ DECL_LINK(ModifyHdl_Impl, Edit&, void);
+ DECL_LINK(AssignHdl_Impl, Button*, void);
+ DECL_LINK(SelectHdl_Impl, ListBox&, void);
+ DECL_LINK(DblClickHdl_Impl, ListBox&, void);
+ DECL_LINK(RemoveHdl_Impl, Button*, void);
- DECL_LINK_TYPED(EditHdl_Impl, Button*, void);
+ DECL_LINK(EditHdl_Impl, Button*, void);
inline void EnableRemoveButton()
{ m_pRemoveBtn->Enable(
@@ -183,10 +183,10 @@ private:
OUString m_sOldPath;
- DECL_LINK_TYPED(AddArchiveHdl_Impl, Button*, void);
- DECL_LINK_TYPED(AddPathHdl_Impl, Button*, void);
- DECL_LINK_TYPED(RemoveHdl_Impl, Button*, void);
- DECL_LINK_TYPED(SelectHdl_Impl, ListBox&, void);
+ DECL_LINK(AddArchiveHdl_Impl, Button*, void);
+ DECL_LINK(AddPathHdl_Impl, Button*, void);
+ DECL_LINK(RemoveHdl_Impl, Button*, void);
+ DECL_LINK(SelectHdl_Impl, ListBox&, void);
bool IsPathDuplicate( const OUString& _rPath );
inline void EnableRemoveButton()