summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-16 14:20:24 +0200
committerNoel Grandin <noel@peralex.com>2015-09-17 08:19:33 +0200
commit036ee34543748633c2c9758f78a8ac746a10d97e (patch)
treed2e6b635d09476d294c07cea5db7d6ef8e998d6a /sd/source/ui/inc
parent0ddd679dda38fbfa0773b5933e05bf1b4b73601e (diff)
convert Link<> to typed
Change-Id: I9607eeb7ce800004bceeda25ae819cf8b5744979
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/FormShellManager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/FormShellManager.hxx b/sd/source/ui/inc/FormShellManager.hxx
index 0c9c19660e6c..f206d11fce38 100644
--- a/sd/source/ui/inc/FormShellManager.hxx
+++ b/sd/source/ui/inc/FormShellManager.hxx
@@ -119,7 +119,7 @@ private:
/** This call back is called by the form shell when it gets the focus.
In this case the form shell is moved to the top of the shell stack.
*/
- DECL_LINK(FormControlActivated, void *);
+ DECL_LINK_TYPED(FormControlActivated, LinkParamNone*, void);
/** This method is called by the form shell when that is destroyed. It
acts as a last resort against referencing a dead form shell. With