summaryrefslogtreecommitdiff
path: root/include/svx/frmsel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/frmsel.hxx')
-rw-r--r--include/svx/frmsel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/frmsel.hxx b/include/svx/frmsel.hxx
index bd262b3e5b5b..66f36f57e628 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<>& 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<>& rHdl );
/** Returns true, if the specified frame border is selected. */
bool IsBorderSelected( FrameBorderType eBorder ) const;