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 --- include/vcl/graphicfilter.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/vcl/graphicfilter.hxx b/include/vcl/graphicfilter.hxx index a802474999cf..005c146ef14b 100644 --- a/include/vcl/graphicfilter.hxx +++ b/include/vcl/graphicfilter.hxx @@ -241,7 +241,7 @@ private: sal_uLong ImplSetError( sal_uLong nError, const SvStream* pStm = NULL ); sal_uInt16 ImpTestOrFindFormat( const OUString& rPath, SvStream& rStream, sal_uInt16& rFormat ); - DECL_LINK( FilterCallback, ConvertData* ); + DECL_LINK_TYPED( FilterCallback, ConvertData&, bool ); protected: @@ -324,7 +324,7 @@ public: const FilterErrorEx& GetLastError() const { return *pErrorEx;} void ResetLastError(); - const Link<> GetFilterCallback() const; + const Link GetFilterCallback() const; static GraphicFilter& GetGraphicFilter(); static int LoadGraphic( const OUString& rPath, const OUString& rFilter, Graphic& rGraphic, -- cgit