summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/drwbassh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-24 18:24:43 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-25 18:18:36 +0000
commit825b9982a5de3ab94820ce5257bb446ea0a1c20a (patch)
tree04d43b65080f9ceb992898997640938199848598 /sw/source/uibase/inc/drwbassh.hxx
parenta8200ce3effbddf0b5d26e7c50aa0c2853412a1a (diff)
convert Link<> to typed
Change-Id: I6de6c831e7401413149100784726ce6c986f8eea Reviewed-on: https://gerrit.libreoffice.org/18852 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/uibase/inc/drwbassh.hxx')
-rw-r--r--sw/source/uibase/inc/drwbassh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/drwbassh.hxx b/sw/source/uibase/inc/drwbassh.hxx
index 01dbb555aba8..e58869555b8a 100644
--- a/sw/source/uibase/inc/drwbassh.hxx
+++ b/sw/source/uibase/inc/drwbassh.hxx
@@ -31,7 +31,7 @@ struct SvxSwFrameValidation;
class SwDrawBaseShell: public SwBaseShell
{
DECL_LINK( CheckGroupShapeNameHdl, AbstractSvxNameDialog* );
- DECL_LINK(ValidatePosition, SvxSwFrameValidation* );
+ DECL_LINK_TYPED(ValidatePosition, SvxSwFrameValidation&, void );
public:
SwDrawBaseShell(SwView &rShell);
virtual ~SwDrawBaseShell();