summaryrefslogtreecommitdiff
path: root/sw/source/uibase/sidebar/WrapPropertyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/sidebar/WrapPropertyPanel.hxx')
-rw-r--r--sw/source/uibase/sidebar/WrapPropertyPanel.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/sidebar/WrapPropertyPanel.hxx b/sw/source/uibase/sidebar/WrapPropertyPanel.hxx
index 8421ec858b03..55d0026a3742 100644
--- a/sw/source/uibase/sidebar/WrapPropertyPanel.hxx
+++ b/sw/source/uibase/sidebar/WrapPropertyPanel.hxx
@@ -96,10 +96,10 @@ namespace sw { namespace sidebar {
void UpdateEditContour();
void UpdateSpacingLB();
- DECL_LINK_TYPED(WrapTypeHdl, Button*, void);
- DECL_LINK_TYPED(EnableContourHdl, Button*, void);
- DECL_LINK_TYPED(EditContourHdl, Button*, void);
- DECL_LINK_TYPED(SpacingLBHdl, ListBox&, void);
+ DECL_LINK(WrapTypeHdl, Button*, void);
+ DECL_LINK(EnableContourHdl, Button*, void);
+ DECL_LINK(EditContourHdl, Button*, void);
+ DECL_LINK(SpacingLBHdl, ListBox&, void);
};
} } // end of namespace ::sw::sidebar