diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-15 14:10:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-16 08:38:55 +0200 |
commit | 11c4f58fb12810740cdd8409e4991a92efde6c97 (patch) | |
tree | e90e7054a7bc682953669644bb2b061e7c229977 /include/sfx2/lnkbase.hxx | |
parent | 34c55149476dbdc369382098eab92874b296310e (diff) |
convert Link<> to typed
Change-Id: I2573b42143078c4e72ab201392c69ee296f4974e
Diffstat (limited to 'include/sfx2/lnkbase.hxx')
-rw-r--r-- | include/sfx2/lnkbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<SvBaseLink&,void>& rEndEditHdl ); // should the link appear in the dialog? (to the left in the link in the...) bool IsVisible() const { return bVisible; } |