summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/content.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-09 21:29:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 11:25:44 +0200
commiteb63709c2bc678d137167697004209a949fa7493 (patch)
tree2ce58db9f655861db0df20dce97e20b3ca5cc76a /sc/source/ui/inc/content.hxx
parent39707f9448d65ba14e04fc9377f87086dab58e89 (diff)
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
Change-Id: I356c56f5025b1cef4861bb6208ef4f0b04ddf605
Diffstat (limited to 'sc/source/ui/inc/content.hxx')
-rw-r--r--sc/source/ui/inc/content.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/content.hxx b/sc/source/ui/inc/content.hxx
index 11ff60501331..a801a97f9d16 100644
--- a/sc/source/ui/inc/content.hxx
+++ b/sc/source/ui/inc/content.hxx
@@ -103,7 +103,7 @@ class ScContentTree : public SvTreeListBox
ScDocument* GetSourceDocument();
DECL_LINK( ContentDoubleClickHdl, void* );
- DECL_STATIC_LINK( ScContentTree, ExecDragHdl, void* );
+ DECL_LINK( ExecDragHdl, void* );
public:
SvTreeListEntry* pTmpEntry;
bool m_bFirstPaint;