From 382eb1a23c390154619c385414bdbe6f6e461173 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 20 Oct 2015 17:22:00 +0200 Subject: remove untyped Link<> Change-Id: I809f9e10309ceadda0a82c3818277323b34ec61b Reviewed-on: https://gerrit.libreoffice.org/19491 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- fpicker/test/svdem.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fpicker') diff --git a/fpicker/test/svdem.cxx b/fpicker/test/svdem.cxx index 05f3e745135c..b35c194d035a 100644 --- a/fpicker/test/svdem.cxx +++ b/fpicker/test/svdem.cxx @@ -173,7 +173,7 @@ void MyWin::Resize() -IMPL_LINK( MyWin, Test, PushButton*, pBtn ) +IMPL_LINK_TYPED( MyWin, Test, PushButton*, pBtn, void ) { printf("Test\n"); if ( pBtn == &aOKBtn ) @@ -182,8 +182,6 @@ printf("Test\n"); pDlg->Execute(); printf("ok\n"); } - - return 0; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit