summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-16 14:28:00 +0200
committerNoel Grandin <noel@peralex.com>2015-09-17 08:19:33 +0200
commitf0c658e49eb907a15c17f2a8ae2f42dd2e550a77 (patch)
tree00fdf8554f80ccef028b6c9fcfc3fff3c0c6477a /include/svx
parent036ee34543748633c2c9758f78a8ac746a10d97e (diff)
convert Link<> to typed
Change-Id: I8ffca89e5b1b495452efebf8f57d04ada1bfdf1c
Diffstat (limited to 'include/svx')
-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 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;