summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-01 22:20:15 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-01 22:27:13 +0200
commit945a2863fec0941431c082e9bd0e37ed925714c0 (patch)
treeed0355a385ce7bb91d668df15466be19c8ee13c6 /vcl/source
parentb1b3008bc83506edac139c6b8f7f26723785c2d4 (diff)
IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/window/msgbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/msgbox.cxx b/vcl/source/window/msgbox.cxx
index 3293929a4fe4..220a067b2f9a 100644
--- a/vcl/source/window/msgbox.cxx
+++ b/vcl/source/window/msgbox.cxx
@@ -413,7 +413,7 @@ void MessBox::ImplPosControls()
SetPageSizePixel( aPageSize );
}
-IMPL_LINK( MessBox, ClickHdl, Button*, pBtn )
+IMPL_LINK_NOARG( MessBox, ClickHdl )
{
Edit aCopyHelper( this );
aCopyHelper.SetText( maMessText, Selection( 0, maMessText.Len() ) );