summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parentmisplaced brace (diff)
downloadcore-fab18ef350058081967c66e1eea50dde44d08c41.tar.gz
core-fab18ef350058081967c66e1eea50dde44d08c41.zip
parameter names are useless in DECL_LINK declarations
Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254
Diffstat (limited to 'include')
-rw-r--r--include/svtools/PlaceEditDialog.hxx2
-rw-r--r--include/svtools/ServerDetailsControls.hxx2
-rw-r--r--include/svx/srchdlg.hxx6
-rw-r--r--include/vcl/graphicfilter.hxx2
4 files changed, 6 insertions, 6 deletions
diff --git a/include/svtools/PlaceEditDialog.hxx b/include/svtools/PlaceEditDialog.hxx
index 6ab6c5261d2e..066689ed211e 100644
--- a/include/svtools/PlaceEditDialog.hxx
+++ b/include/svtools/PlaceEditDialog.hxx
@@ -88,7 +88,7 @@ private:
DECL_LINK ( SelectTypeHdl, void * );
DECL_LINK ( EditLabelHdl, void * );
DECL_LINK ( EditUsernameHdl, void * );
- DECL_LINK ( ToggledPassHdl, CheckBox * pCheckBox );
+ DECL_LINK ( ToggledPassHdl, CheckBox * );
};
diff --git a/include/svtools/ServerDetailsControls.hxx b/include/svtools/ServerDetailsControls.hxx
index f3f02fae7f79..de35aa7ea68c 100644
--- a/include/svtools/ServerDetailsControls.hxx
+++ b/include/svtools/ServerDetailsControls.hxx
@@ -102,7 +102,7 @@ class DavDetailsContainer : public HostDetailsContainer
virtual bool verifyScheme( const OUString& rScheme ) SAL_OVERRIDE;
private:
- DECL_LINK ( ToggledDavsHdl, CheckBox * pCheckBox );
+ DECL_LINK ( ToggledDavsHdl, CheckBox * );
};
class SmbDetailsContainer : public DetailsContainer
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 464c7bf604c2..7ddfbf60c3c6 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -230,9 +230,9 @@ private:
mutable sal_Int32 nTransliterationFlags;
- DECL_LINK( ModifyHdl_Impl, ComboBox* pEdit );
- DECL_LINK( FlagHdl_Impl, Control* pCtrl );
- DECL_LINK( CommandHdl_Impl, Button* pBtn );
+ DECL_LINK( ModifyHdl_Impl, ComboBox* );
+ DECL_LINK( FlagHdl_Impl, Control* );
+ DECL_LINK( CommandHdl_Impl, Button* );
DECL_LINK(TemplateHdl_Impl, void *);
DECL_LINK( FocusHdl_Impl, Control* );
DECL_LINK(LoseFocusHdl_Impl, void *);
diff --git a/include/vcl/graphicfilter.hxx b/include/vcl/graphicfilter.hxx
index 5d34d0fade3f..a802474999cf 100644
--- a/include/vcl/graphicfilter.hxx
+++ b/include/vcl/graphicfilter.hxx
@@ -241,7 +241,7 @@ private:
sal_uLong ImplSetError( sal_uLong nError, const SvStream* pStm = NULL );
sal_uInt16 ImpTestOrFindFormat( const OUString& rPath, SvStream& rStream, sal_uInt16& rFormat );
- DECL_LINK( FilterCallback, ConvertData* pData );
+ DECL_LINK( FilterCallback, ConvertData* );
protected: