From 11c4f58fb12810740cdd8409e4991a92efde6c97 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 15 Sep 2015 14:10:46 +0200 Subject: convert Link<> to typed Change-Id: I2573b42143078c4e72ab201392c69ee296f4974e --- include/sfx2/lnkbase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sfx2/lnkbase.hxx b/include/sfx2/lnkbase.hxx index 164b26d40e81..cb7e4a6d66df 100644 --- a/include/sfx2/lnkbase.hxx +++ b/include/sfx2/lnkbase.hxx @@ -146,7 +146,7 @@ public: void Disconnect(); // Link impl: DECL_LINK( MyEndDialogHdl, SvBaseLink* ); <= param is this - virtual void Edit( vcl::Window*, const Link<>& rEndEditHdl ); + virtual void Edit( vcl::Window*, const Link& rEndEditHdl ); // should the link appear in the dialog? (to the left in the link in the...) bool IsVisible() const { return bVisible; } -- cgit