summaryrefslogtreecommitdiff
path: root/include/svx/svdedxv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdedxv.hxx')
-rw-r--r--include/svx/svdedxv.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx
index d293e3afb356..64abea3efdf3 100644
--- a/include/svx/svdedxv.hxx
+++ b/include/svx/svdedxv.hxx
@@ -117,7 +117,7 @@ protected:
// Chaining
void ImpChainingEventHdl();
- DECL_LINK_TYPED(ImpAfterCutOrPasteChainingEventHdl, LinkParamNone*, void);
+ DECL_LINK(ImpAfterCutOrPasteChainingEventHdl, LinkParamNone*, void);
// Check if the whole text is selected.
@@ -126,17 +126,17 @@ protected:
void ImpMakeTextCursorAreaVisible();
// handler for AutoGrowing text with active Outliner
- DECL_LINK_TYPED(ImpOutlinerStatusEventHdl, EditStatus&, void);
- DECL_LINK_TYPED(ImpOutlinerCalcFieldValueHdl, EditFieldInfo*, void);
+ DECL_LINK(ImpOutlinerStatusEventHdl, EditStatus&, void);
+ DECL_LINK(ImpOutlinerCalcFieldValueHdl, EditFieldInfo*, void);
// link for EndTextEditHdl
- DECL_LINK_TYPED(EndTextEditHdl, SdrUndoManager*, void);
+ DECL_LINK(EndTextEditHdl, SdrUndoManager*, void);
void ImpMacroUp(const Point& rUpPos);
void ImpMacroDown(const Point& rDownPos);
- DECL_LINK_TYPED( BeginPasteOrDropHdl, PasteOrDropInfos*, void );
- DECL_LINK_TYPED( EndPasteOrDropHdl, PasteOrDropInfos*, void );
+ DECL_LINK( BeginPasteOrDropHdl, PasteOrDropInfos*, void );
+ DECL_LINK( EndPasteOrDropHdl, PasteOrDropInfos*, void );
protected:
// #i71538# make constructors of SdrView sub-components protected to avoid incomplete incarnations which may get casted to SdrView