summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swrenamexnameddlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swrenamexnameddlg.hxx')
-rw-r--r--sw/source/uibase/inc/swrenamexnameddlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/swrenamexnameddlg.hxx b/sw/source/uibase/inc/swrenamexnameddlg.hxx
index 84967e6fd9df..523dcce86a26 100644
--- a/sw/source/uibase/inc/swrenamexnameddlg.hxx
+++ b/sw/source/uibase/inc/swrenamexnameddlg.hxx
@@ -41,7 +41,7 @@ class SwRenameXNamedDlg : public ModalDialog
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > xSecondAccess;
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > xThirdAccess;
- DECL_LINK(OkHdl, void *);
+ DECL_LINK_TYPED(OkHdl, Button*, void);
DECL_LINK(ModifyHdl, Edit*);
public: