From 5eb6bd4db7fb3d43672c386ac9cde58e981c8aa2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 8 May 2015 19:11:38 +0200 Subject: lopluign:staticmethods: Handle DECL_LINK Change-Id: Ib27854a8470f3ff5b208cb949a7bd02f2a86c969 --- sw/source/uibase/table/tablepg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/uibase/table') diff --git a/sw/source/uibase/table/tablepg.hxx b/sw/source/uibase/table/tablepg.hxx index 3f2d8bc0734f..6d8a7670fcde 100644 --- a/sw/source/uibase/table/tablepg.hxx +++ b/sw/source/uibase/table/tablepg.hxx @@ -177,7 +177,7 @@ class SwTextFlowPage : public SfxTabPage DECL_LINK( PageBreakPosHdl_Impl, RadioButton* ); DECL_LINK( PageBreakTypeHdl_Impl, RadioButton* ); DECL_LINK( SplitHdl_Impl, CheckBox* ); - DECL_LINK( SplitRowHdl_Impl, TriStateBox* ); + DECL_STATIC_LINK( SwTextFlowPage, SplitRowHdl_Impl, TriStateBox* ); DECL_LINK( HeadLineCBClickHdl, void* p = 0 ); public: -- cgit