summaryrefslogtreecommitdiffstats
path: root/include/svtools/stdmenu.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/stdmenu.hxx')
-rw-r--r--include/svtools/stdmenu.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/svtools/stdmenu.hxx b/include/svtools/stdmenu.hxx
index 7abd16548884..2a38a9977964 100644
--- a/include/svtools/stdmenu.hxx
+++ b/include/svtools/stdmenu.hxx
@@ -121,10 +121,9 @@ public:
class SVT_DLLPUBLIC FontSizeMenu : public PopupMenu
{
private:
- long* mpHeightAry;
- long mnCurHeight;
- Link<> maSelectHdl;
- Link<> maHighlightHdl;
+ long* mpHeightAry;
+ long mnCurHeight;
+ Link<FontSizeMenu*,void> maSelectHdl;
public:
FontSizeMenu();
@@ -138,7 +137,7 @@ public:
void SetCurHeight( long nHeight );
long GetCurHeight() const { return mnCurHeight; }
- void SetSelectHdl( const Link<>& rLink ) { maSelectHdl = rLink; }
+ void SetSelectHdl( const Link<FontSizeMenu*,void>& rLink ) { maSelectHdl = rLink; }
};
#endif // INCLUDED_SVTOOLS_STDMENU_HXX