From 31a92c1529260c42069563cb3661527756ce80b6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 9 May 2015 21:30:04 +0200 Subject: Replace IMPL_STATIC_LINK[_TYPED] with more useful variants Change-Id: Ic740510b891194ebef6a8fe35bd56f2f1d785c3d --- include/svx/colrctrl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/colrctrl.hxx') diff --git a/include/svx/colrctrl.hxx b/include/svx/colrctrl.hxx index 04e67f1f0a9f..cafb35358f1e 100644 --- a/include/svx/colrctrl.hxx +++ b/include/svx/colrctrl.hxx @@ -56,7 +56,7 @@ protected: // DragSourceHelper virtual void StartDrag( sal_Int8 nAction, const Point& rPtPixel ) SAL_OVERRIDE; - DECL_STATIC_LINK(SvxColorValueSet_docking, ExecDragHdl, void*); + DECL_LINK(ExecDragHdl, void*); public: SvxColorValueSet_docking( vcl::Window* pParent, WinBits nWinStyle = WB_ITEMBORDER ); -- cgit