summaryrefslogtreecommitdiff
path: root/include/sfx2/dinfdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/dinfdlg.hxx')
-rw-r--r--include/sfx2/dinfdlg.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index bb177ccc5f93..e4a74d7a0caa 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -209,9 +209,9 @@ private:
bool bEnableUseUserData : 1,
bHandleDelete : 1;
- DECL_LINK_TYPED(DeleteHdl, Button*, void);
- DECL_LINK_TYPED(SignatureHdl, Button*, void);
- DECL_STATIC_LINK_TYPED(SfxDocumentPage, ChangePassHdl, Button*, void);
+ DECL_LINK(DeleteHdl, Button*, void);
+ DECL_LINK(SignatureHdl, Button*, void);
+ DECL_STATIC_LINK(SfxDocumentPage, ChangePassHdl, Button*, void);
void ImplUpdateSignatures();
void ImplCheckPasswordState();
@@ -340,7 +340,7 @@ class CustomPropertiesEditButton : public PushButton
public:
CustomPropertiesEditButton(vcl::Window* pParent, WinBits nStyle, CustomPropertyLine* pLine);
- DECL_LINK_TYPED(ClickHdl, Button*, void);
+ DECL_LINK(ClickHdl, Button*, void);
};
class CustomPropertiesRemoveButton : public ImageButton
@@ -427,14 +427,14 @@ private:
Idle m_aBoxLoseFocusIdle;
Link<void*,void> m_aRemovedHdl;
- DECL_STATIC_LINK_TYPED( CustomPropertiesWindow, TypeHdl, ListBox&, void );
- DECL_LINK_TYPED( RemoveHdl, Button*, void );
- DECL_LINK_TYPED( EditLoseFocusHdl, Control&, void );
- DECL_LINK_TYPED( BoxLoseFocusHdl, Control&, void );
+ DECL_STATIC_LINK( CustomPropertiesWindow, TypeHdl, ListBox&, void );
+ DECL_LINK( RemoveHdl, Button*, void );
+ DECL_LINK( EditLoseFocusHdl, Control&, void );
+ DECL_LINK( BoxLoseFocusHdl, Control&, void );
//add lose focus handlers of Date/TimeField?
- DECL_LINK_TYPED(EditTimeoutHdl, Idle *, void);
- DECL_LINK_TYPED(BoxTimeoutHdl, Idle *, void);
+ DECL_LINK(EditTimeoutHdl, Idle *, void);
+ DECL_LINK(BoxTimeoutHdl, Idle *, void);
bool IsLineValid( CustomPropertyLine* pLine ) const;
void ValidateLine( CustomPropertyLine* pLine, bool bIsFromTypeBox );
@@ -475,8 +475,8 @@ private:
sal_Int32 m_nThumbPos;
- DECL_LINK_TYPED( ScrollHdl, ScrollBar*, void );
- DECL_LINK_TYPED( RemovedHdl, void*, void );
+ DECL_LINK( ScrollHdl, ScrollBar*, void );
+ DECL_LINK( RemovedHdl, void*, void );
public:
CustomPropertiesControl(vcl::Window* pParent);
@@ -501,7 +501,7 @@ class SfxCustomPropertiesPage : public SfxTabPage
private:
VclPtr<CustomPropertiesControl> m_pPropertiesCtrl;
- DECL_LINK_TYPED(AddHdl, Button*, void);
+ DECL_LINK(AddHdl, Button*, void);
using TabPage::DeactivatePage;
@@ -598,7 +598,7 @@ private:
CmisPropertiesWindow m_pPropertiesWin;
VclScrolledWindow& m_rScrolledWindow;
ScrollBar& m_rVertScroll;
- DECL_LINK_TYPED( ScrollHdl, ScrollBar*, void );
+ DECL_LINK( ScrollHdl, ScrollBar*, void );
void checkAutoVScroll();