From 74ce05b940be952be63687f31be45a58afa1d1ee Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 23 Sep 2015 15:10:45 +0200 Subject: convert Link<> to typed Change-Id: I280473a7a9069a86388f608bddc8e48879771bc9 Reviewed-on: https://gerrit.libreoffice.org/18815 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- desktop/source/app/app.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index de739c8b4976..4baa27d434df 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1699,7 +1699,7 @@ int Desktop::doShutdown() IMPL_STATIC_LINK_TYPED( Desktop, ImplInitFilterHdl, ::ConvertData&, rData, bool ) { - return GraphicFilter::GetGraphicFilter().GetFilterCallback().Call( &rData ); + return GraphicFilter::GetGraphicFilter().GetFilterCallback().Call( rData ); } bool Desktop::InitializeConfiguration() -- cgit