From 98236528da98fda429671d8146e4f28c99b0c65a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 15 Sep 2015 08:33:41 +0200 Subject: convert Link<> to typed Change-Id: I5c4021c9cb3fdeace7f7d99d580dc7fe2f7c354a --- include/vcl/syswin.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/vcl') diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx index e2b388457f4c..78de8c97e30d 100644 --- a/include/vcl/syswin.hxx +++ b/include/vcl/syswin.hxx @@ -279,8 +279,8 @@ public: void SetApplicationID( const OUString &rApplicationID ); - void SetCloseHdl(const Link<>& rLink); - const Link<>& GetCloseHdl() const; + void SetCloseHdl(const Link& rLink); + const Link& GetCloseHdl() const; SAL_DLLPRIVATE bool hasPendingLayout() const { return maLayoutIdle.IsActive(); } -- cgit