summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx3
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 );
///@}