summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmtextcontrolshell.hxx
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 /svx/source/inc/fmtextcontrolshell.hxx
parent0ddd679dda38fbfa0773b5933e05bf1b4b73601e (diff)
convert Link<> to typed
Change-Id: I9607eeb7ce800004bceeda25ae819cf8b5744979
Diffstat (limited to 'svx/source/inc/fmtextcontrolshell.hxx')
-rw-r--r--svx/source/inc/fmtextcontrolshell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/fmtextcontrolshell.hxx b/svx/source/inc/fmtextcontrolshell.hxx
index 416895bb6162..2affcf3f9633 100644
--- a/svx/source/inc/fmtextcontrolshell.hxx
+++ b/svx/source/inc/fmtextcontrolshell.hxx
@@ -108,7 +108,7 @@ namespace svx
SfxViewFrame* m_pViewFrame;
// invalidating slots
SfxBindings& m_rBindings;
- Link<> m_aControlActivationHandler;
+ Link<LinkParamNone*,void> m_aControlActivationHandler;
AutoTimer m_aClipboardInvalidation;
bool m_bNeedClipboardInvalidation;
@@ -123,7 +123,7 @@ namespace svx
void GetTextAttributeState( SfxItemSet& _rSet );
bool IsActiveControl( bool _bCountRichTextOnly = false ) const;
void ForgetActiveControl();
- void SetControlActivationHandler( const Link<>& _rHdl ) { m_aControlActivationHandler = _rHdl; }
+ void SetControlActivationHandler( const Link<LinkParamNone*,void>& _rHdl ) { m_aControlActivationHandler = _rHdl; }
/** to be called when a form in our document has been activated
*/