diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-21 09:14:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-22 20:21:55 +0200 |
commit | 55dda8e8d0a29ae150f58168d72ab2611ed2b8a8 (patch) | |
tree | c7aa7cf59e1e4fe12a8a66cac3080b09db4e0481 /include/vcl/svapp.hxx | |
parent | 6d8124e30c6ce38219ca323f9674f242c822c360 (diff) |
convert Link<> to typed
Change-Id: I92df586295c11bc9e9276770656901c2e4e714b9
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r-- | include/vcl/svapp.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index c2b6d045466e..1d8392cd6b5a 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -58,6 +58,7 @@ class MouseEvent; class ZoomEvent; class ScrollEvent; struct ImplSVEvent; +struct ConvertData; #include <com/sun/star/uno/Reference.h> #include <com/sun/star/connection/XConnection.hpp> @@ -1344,7 +1345,7 @@ public: @see GetFilterHdl */ - static void SetFilterHdl( const Link<>& rLink ); + static void SetFilterHdl( const Link<ConvertData&,bool>& rLink ); ///@} |