summaryrefslogtreecommitdiff
path: root/sw/source/uibase/table
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-25 10:15:42 +0200
committerNoel Grandin <noel@peralex.com>2015-08-25 11:23:45 +0200
commitfab18ef350058081967c66e1eea50dde44d08c41 (patch)
treee6807e02d2d6422024e719d5c229e2815d5489ba /sw/source/uibase/table
parentd68539562a7d1f0472376855d9f8a25bd8fe93cf (diff)
parameter names are useless in DECL_LINK declarations
Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254
Diffstat (limited to 'sw/source/uibase/table')
-rw-r--r--sw/source/uibase/table/tablepg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/table/tablepg.hxx b/sw/source/uibase/table/tablepg.hxx
index 2a01c57a714b..3d6833a7db1f 100644
--- a/sw/source/uibase/table/tablepg.hxx
+++ b/sw/source/uibase/table/tablepg.hxx
@@ -178,7 +178,7 @@ class SwTextFlowPage : public SfxTabPage
DECL_LINK( PageBreakTypeHdl_Impl, RadioButton* );
DECL_LINK( SplitHdl_Impl, CheckBox* );
DECL_STATIC_LINK( SwTextFlowPage, SplitRowHdl_Impl, TriStateBox* );
- DECL_LINK( HeadLineCBClickHdl, void* p = 0 );
+ DECL_LINK( HeadLineCBClickHdl, void* = 0 );
public:
SwTextFlowPage( vcl::Window* pParent, const SfxItemSet& rSet );