summaryrefslogtreecommitdiff
path: root/include/svtools/menuoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/menuoptions.hxx')
-rw-r--r--include/svtools/menuoptions.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/menuoptions.hxx b/include/svtools/menuoptions.hxx
index 75a44404da1e..064898d80084 100644
--- a/include/svtools/menuoptions.hxx
+++ b/include/svtools/menuoptions.hxx
@@ -22,6 +22,7 @@
#include <svtools/svtdllapi.h>
#include <sal/types.h>
#include <tools/gen.hxx>
+#include <tools/link.hxx>
#include <osl/mutex.hxx>
#include <unotools/options.hxx>
@@ -32,7 +33,6 @@
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
-class Link;
class SvtMenuOptions_Impl;
/*-************************************************************************************************************
@@ -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<>& rLink );
+ void RemoveListenerLink( const Link<>& rLink );
/*-****************************************************************************************************
@short interface methods to get and set value of config key "org.openoffice.Office.Common/View/Menu/..."