summaryrefslogtreecommitdiffstats
path: root/include/svtools/menuoptions.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-14 11:04:47 +0200
committerNoel Grandin <noel@peralex.com>2015-09-15 09:37:31 +0200
commit30350f72d8ce9d60ae6c47d602eff90f34bf71a9 (patch)
treece47b62618d93ce59bd527320e6c37a345afd473 /include/svtools/menuoptions.hxx
parentremove unused Link<> (diff)
downloadcore-30350f72d8ce9d60ae6c47d602eff90f34bf71a9.tar.gz
core-30350f72d8ce9d60ae6c47d602eff90f34bf71a9.zip
convert Link<> to typed
Change-Id: I99ae0ff43a25dbaf8f6f5f03ec0f8751f0893ccb
Diffstat (limited to 'include/svtools/menuoptions.hxx')
-rw-r--r--include/svtools/menuoptions.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/menuoptions.hxx b/include/svtools/menuoptions.hxx
index 064898d80084..7f448dcda765 100644
--- a/include/svtools/menuoptions.hxx
+++ b/include/svtools/menuoptions.hxx
@@ -58,8 +58,8 @@ class SVT_DLLPUBLIC SAL_WARN_UNUSED SvtMenuOptions: public utl::detail::Options
SvtMenuOptions();
virtual ~SvtMenuOptions();
- void AddListenerLink( const Link<>& rLink );
- void RemoveListenerLink( const Link<>& rLink );
+ void AddListenerLink( const Link<LinkParamNone*,void>& rLink );
+ void RemoveListenerLink( const Link<LinkParamNone*,void>& rLink );
/*-****************************************************************************************************
@short interface methods to get and set value of config key "org.openoffice.Office.Common/View/Menu/..."