diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-25 10:15:42 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-25 11:23:45 +0200 |
commit | fab18ef350058081967c66e1eea50dde44d08c41 (patch) | |
tree | e6807e02d2d6422024e719d5c229e2815d5489ba /sw/source/uibase/inc/convert.hxx | |
parent | d68539562a7d1f0472376855d9f8a25bd8fe93cf (diff) |
parameter names are useless in DECL_LINK declarations
Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254
Diffstat (limited to 'sw/source/uibase/inc/convert.hxx')
-rw-r--r-- | sw/source/uibase/inc/convert.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx index c1ff57ab4434..39d4e4745182 100644 --- a/sw/source/uibase/inc/convert.hxx +++ b/sw/source/uibase/inc/convert.hxx @@ -58,7 +58,7 @@ class SwConvertTableDlg: public SfxModalDialog DECL_LINK( AutoFormatHdl, PushButton* ); DECL_LINK( BtnHdl, Button* ); DECL_LINK(CheckBoxHdl, void * = 0); - DECL_LINK( ReapeatHeaderCheckBoxHdl, void* p = 0 ); + DECL_LINK( ReapeatHeaderCheckBoxHdl, void* = 0); public: SwConvertTableDlg( SwView& rView, bool bToTable ); |