summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/wordcountdialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dialog/wordcountdialog.cxx')
-rw-r--r--sw/source/ui/dialog/wordcountdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/wordcountdialog.cxx b/sw/source/ui/dialog/wordcountdialog.cxx
index c5f3d5d10648..3fdc8958ddc0 100644
--- a/sw/source/ui/dialog/wordcountdialog.cxx
+++ b/sw/source/ui/dialog/wordcountdialog.cxx
@@ -71,7 +71,7 @@ SwWordCountDialog::SwWordCountDialog(Window* pParent) :
aOK.SetClickHdl(LINK(this,SwWordCountDialog, OkHdl));
}
-IMPL_LINK( SwWordCountDialog, OkHdl, void*, EMPTYARG )
+IMPL_LINK_NOARG(SwWordCountDialog, OkHdl)
{
SfxViewFrame* pVFrame = ::GetActiveView()->GetViewFrame();
if (pVFrame != NULL)