summaryrefslogtreecommitdiff
path: root/svx
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 /svx
parentd68539562a7d1f0472376855d9f8a25bd8fe93cf (diff)
parameter names are useless in DECL_LINK declarations
Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/_bmpmask.cxx6
-rw-r--r--svx/source/gallery2/galbrws2.cxx4
2 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/_bmpmask.cxx b/svx/source/dialog/_bmpmask.cxx
index fdae3db5d702..ef68703c7b71 100644
--- a/svx/source/dialog/_bmpmask.cxx
+++ b/svx/source/dialog/_bmpmask.cxx
@@ -173,9 +173,9 @@ public:
bool IsExecReady() const { return bExecState; }
DECL_LINK_TYPED( PipetteHdl, ToolBox*, void );
- DECL_LINK( CbxHdl, CheckBox* pCbx );
- DECL_LINK( CbxTransHdl, CheckBox* pCbx );
- DECL_LINK( FocusLbHdl, ColorLB* pLb );
+ DECL_LINK( CbxHdl, CheckBox* );
+ DECL_LINK( CbxTransHdl, CheckBox* );
+ DECL_LINK( FocusLbHdl, ColorLB* );
DECL_LINK(ExecHdl, void *);
};
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index 8830f65981f1..13ba4de2997c 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -121,8 +121,8 @@ private:
static void Execute( const CommandInfo &rCmdInfo,
const css::uno::Sequence< css::beans::PropertyValue > &rArguments );
- DECL_LINK( MenuSelectHdl, Menu* pMenu );
- DECL_LINK( BackgroundMenuSelectHdl, Menu* pMenu );
+ DECL_LINK( MenuSelectHdl, Menu* );
+ DECL_LINK( BackgroundMenuSelectHdl, Menu* );
public:
GalleryThemePopup( const GalleryTheme* pTheme,
sal_uIntPtr nObjectPos,