summaryrefslogtreecommitdiff
path: root/include/vcl/menu.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-18 10:46:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-20 06:36:50 +0000
commite3c3b7fde3c017bd7d25f04fabf9b4528e37fb49 (patch)
treee25f75a698779a719b7e3cedb241dc272811499d /include/vcl/menu.hxx
parent81e1e318bb47d4dc2f479ac1809d355c117f8ce8 (diff)
convert Link<> to typed
Change-Id: I86bf78c69251b5cd4d18edf3542e70eb2e8f32e1 Reviewed-on: https://gerrit.libreoffice.org/18699 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/menu.hxx')
-rw-r--r--include/vcl/menu.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index 456608261de6..160ef8bc34f9 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -404,8 +404,7 @@ public:
namespace vcl { namespace MenuInvalidator {
-VCL_DLLPUBLIC void AddMenuInvalidateListener(const Link<>&);
-VCL_DLLPUBLIC void CallMenuInvalidateListeners(VclSimpleEvent* pEvent);
+VCL_DLLPUBLIC void AddMenuInvalidateListener(const Link<LinkParamNone*,void>&);
VCL_DLLPUBLIC void Invalidated();
}}