From 1296732028df43160d070d27be6fd961e284fdd6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 25 Sep 2015 09:52:59 +0200 Subject: convert Link<> to typed Change-Id: I0d645d646037d9fbb4f1b97931ace6171a84a267 Reviewed-on: https://gerrit.libreoffice.org/18855 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/svxdlg.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index d97090bac515..1ec6814627c4 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -234,8 +234,8 @@ class AbstractSvxPostItDialog :public VclAbstractDialog public: virtual void SetText( const OUString& rStr ) = 0; //From class Window virtual const SfxItemSet* GetOutputItemSet() const = 0; - virtual void SetPrevHdl( const Link<>& rLink ) = 0; - virtual void SetNextHdl( const Link<>& rLink ) = 0; + virtual void SetPrevHdl( const Link& rLink ) = 0; + virtual void SetNextHdl( const Link& rLink ) = 0; virtual void EnableTravel(bool bNext, bool bPrev) = 0; virtual OUString GetNote() = 0; virtual void SetNote(const OUString& rTxt) = 0; -- cgit