summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/dbui.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/dbui.hxx')
-rw-r--r--sw/source/uibase/inc/dbui.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/dbui.hxx b/sw/source/uibase/inc/dbui.hxx
index 3d9c2d9d47f2..d6d81ba9d3e8 100644
--- a/sw/source/uibase/inc/dbui.hxx
+++ b/sw/source/uibase/inc/dbui.hxx
@@ -40,7 +40,7 @@ public:
virtual ~CancelableDialog();
virtual void dispose() SAL_OVERRIDE;
- void SetCancelHdl( const Link<>& rLink );
+ void SetCancelHdl( const Link<Button*,void>& rLink );
void Show();
};