diff options
Diffstat (limited to 'include/svx/frmsel.hxx')
-rw-r--r-- | include/svx/frmsel.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/frmsel.hxx b/include/svx/frmsel.hxx index a73609caca6c..924495b4e8bc 100644 --- a/include/svx/frmsel.hxx +++ b/include/svx/frmsel.hxx @@ -132,9 +132,9 @@ public: // frame border selection ------------------------------------------------- /** Returns the current selection handler. */ - const Link<>& GetSelectHdl() const; + const Link<LinkParamNone*,void>& GetSelectHdl() const; /** Sets the passed handler that is called if the selection of the control changes. */ - void SetSelectHdl( const Link<>& rHdl ); + void SetSelectHdl( const Link<LinkParamNone*,void>& rHdl ); /** Returns true, if the specified frame border is selected. */ bool IsBorderSelected( FrameBorderType eBorder ) const; |