summaryrefslogtreecommitdiff
path: root/sw/source/uibase
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
parentd68539562a7d1f0472376855d9f8a25bd8fe93cf (diff)
parameter names are useless in DECL_LINK declarations
Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/inc/convert.hxx2
-rw-r--r--sw/source/uibase/inc/fldedt.hxx2
-rw-r--r--sw/source/uibase/inc/instable.hxx4
-rw-r--r--sw/source/uibase/inc/mailmrge.hxx8
-rw-r--r--sw/source/uibase/inc/optpage.hxx4
-rw-r--r--sw/source/uibase/inc/redlndlg.hxx2
-rw-r--r--sw/source/uibase/inc/swuiidxmrk.hxx2
-rw-r--r--sw/source/uibase/table/tablepg.hxx2
8 files changed, 13 insertions, 13 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 );
diff --git a/sw/source/uibase/inc/fldedt.hxx b/sw/source/uibase/inc/fldedt.hxx
index 21334df3c20a..b7bf377fcd9a 100644
--- a/sw/source/uibase/inc/fldedt.hxx
+++ b/sw/source/uibase/inc/fldedt.hxx
@@ -33,7 +33,7 @@ class SwFieldEditDlg : public SfxSingleTabDialog
VclPtr<PushButton> m_pAddressBT;
DECL_LINK(AddressHdl, void *);
- DECL_LINK(NextPrevHdl, Button *pBt = 0);
+ DECL_LINK(NextPrevHdl, Button *);
void Init();
VclPtr<SfxTabPage> CreatePage(sal_uInt16 nGroup);
diff --git a/sw/source/uibase/inc/instable.hxx b/sw/source/uibase/inc/instable.hxx
index c52db239c9c7..b10625b96087 100644
--- a/sw/source/uibase/inc/instable.hxx
+++ b/sw/source/uibase/inc/instable.hxx
@@ -60,8 +60,8 @@ class SwInsTableDlg : public SfxModalDialog
DECL_LINK( AutoFormatHdl, PushButton* );
DECL_LINK(OKHdl, void*);
DECL_LINK(CheckBoxHdl, void * = 0);
- DECL_LINK( ReapeatHeaderCheckBoxHdl, void* p = 0 );
- DECL_LINK( ModifyRepeatHeaderNF_Hdl, void* p = 0 );
+ DECL_LINK( ReapeatHeaderCheckBoxHdl, void* = 0);
+ DECL_LINK( ModifyRepeatHeaderNF_Hdl, void* );
public:
SwInsTableDlg( SwView& rView );
diff --git a/sw/source/uibase/inc/mailmrge.hxx b/sw/source/uibase/inc/mailmrge.hxx
index 1ff9116abbb6..8c221b5e7d07 100644
--- a/sw/source/uibase/inc/mailmrge.hxx
+++ b/sw/source/uibase/inc/mailmrge.hxx
@@ -104,12 +104,12 @@ class SwMailMergeDlg : public SvxStandardDialog
Size m_aDialogSize;
OUString m_sSaveFilter;
- DECL_LINK( ButtonHdl, Button* pBtn );
+ DECL_LINK( ButtonHdl, Button* );
DECL_LINK(InsertPathHdl, void *);
- DECL_LINK( OutputTypeHdl, RadioButton* pBtn );
- DECL_LINK( FilenameHdl, CheckBox* pBtn );
+ DECL_LINK( OutputTypeHdl, RadioButton* );
+ DECL_LINK( FilenameHdl, CheckBox* );
DECL_LINK(ModifyHdl, void *);
- DECL_LINK( SaveTypeHdl, RadioButton* pBtn );
+ DECL_LINK( SaveTypeHdl, RadioButton* );
virtual void Apply() SAL_OVERRIDE;
bool ExecQryShell();
diff --git a/sw/source/uibase/inc/optpage.hxx b/sw/source/uibase/inc/optpage.hxx
index 05f0a8bb62a1..1d096fa8fb28 100644
--- a/sw/source/uibase/inc/optpage.hxx
+++ b/sw/source/uibase/inc/optpage.hxx
@@ -340,9 +340,9 @@ class SwRedlineOptionsTabPage : public SfxTabPage
OUString sAuthor;
OUString sNone;
- DECL_LINK(AttribHdl, ListBox* pLB);
+ DECL_LINK(AttribHdl, ListBox*);
DECL_LINK(ChangedMaskPrevHdl, void* = 0);
- DECL_LINK(ColorHdl, ColorListBox* pColorLB);
+ DECL_LINK(ColorHdl, ColorListBox*);
static void InitFontStyle(SvxFontPrevWindow& rExampleWin);
diff --git a/sw/source/uibase/inc/redlndlg.hxx b/sw/source/uibase/inc/redlndlg.hxx
index a4d8581b68bb..7d41528f1809 100644
--- a/sw/source/uibase/inc/redlndlg.hxx
+++ b/sw/source/uibase/inc/redlndlg.hxx
@@ -114,7 +114,7 @@ public:
SwRedlineAcceptDlg(vcl::Window *pParent, VclBuilderContainer *pBuilder, vcl::Window *pContentArea, bool bAutoFormat = false);
virtual ~SwRedlineAcceptDlg();
- DECL_LINK( FilterChangedHdl, void *pDummy = 0 );
+ DECL_LINK( FilterChangedHdl, void * = 0 );
inline SvxAcceptChgCtr& GetChgCtrl() { return *aTabPagesCTRL.get(); }
inline bool HasRedlineAutoFormat() const { return bRedlnAutoFormat; }
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx
index e93076147b77..60558569af64 100644
--- a/sw/source/uibase/inc/swuiidxmrk.hxx
+++ b/sw/source/uibase/inc/swuiidxmrk.hxx
@@ -114,7 +114,7 @@ class SwIndexMarkPane
DECL_LINK(NextSameHdl, void *);
DECL_LINK(PrevHdl, void *);
DECL_LINK(PrevSameHdl, void *);
- DECL_LINK( ModifyHdl, ListBox* pBox = 0 );
+ DECL_LINK( ModifyHdl, ListBox* );
DECL_LINK( KeyDCBModifyHdl, ComboBox * );
DECL_LINK(NewUserIdxHdl, void *);
DECL_LINK( SearchTypeHdl, CheckBox*);
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 );