summaryrefslogtreecommitdiff
path: root/cui
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 /cui
parentd68539562a7d1f0472376855d9f8a25bd8fe93cf (diff)
parameter names are useless in DECL_LINK declarations
Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/cuigaldlg.hxx2
-rw-r--r--cui/source/inc/cuigrfflt.hxx2
-rw-r--r--cui/source/options/fontsubs.hxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx
index a7d987e8a5d4..64c92e5c62d4 100644
--- a/cui/source/inc/cuigaldlg.hxx
+++ b/cui/source/inc/cuigaldlg.hxx
@@ -160,7 +160,7 @@ private:
DECL_LINK( ClickCancelBtn, void* );
DECL_LINK_TYPED( TimeoutHdl, Idle*, void );
- DECL_LINK( ActualizeHdl, INetURLObject* pURL );
+ DECL_LINK( ActualizeHdl, INetURLObject* );
public:
ActualizeProgress( vcl::Window* pWindow, GalleryTheme* pThm );
diff --git a/cui/source/inc/cuigrfflt.hxx b/cui/source/inc/cuigrfflt.hxx
index 74a481f452d5..93efc3b9d126 100644
--- a/cui/source/inc/cuigrfflt.hxx
+++ b/cui/source/inc/cuigrfflt.hxx
@@ -74,7 +74,7 @@ private:
bool bIsBitmap;
DECL_LINK_TYPED(ImplPreviewTimeoutHdl, Timer *, void);
- DECL_LINK( ImplModifyHdl, void* p );
+ DECL_LINK( ImplModifyHdl, void* );
protected:
VclPtr<GraphicPreviewWindow> mpPreview;
diff --git a/cui/source/options/fontsubs.hxx b/cui/source/options/fontsubs.hxx
index 90e0e6008a1c..5a47c784d791 100644
--- a/cui/source/options/fontsubs.hxx
+++ b/cui/source/options/fontsubs.hxx
@@ -81,8 +81,8 @@ class SvxFontSubstTabPage : public SfxTabPage
SvLBoxButtonData* pCheckButtonData;
- DECL_LINK(SelectHdl, vcl::Window *pWin = 0);
- DECL_LINK(NonPropFontsHdl, CheckBox* pBox);
+ DECL_LINK(SelectHdl, vcl::Window *);
+ DECL_LINK(NonPropFontsHdl, CheckBox* );
SvTreeListEntry* CreateEntry(OUString& rFont1, OUString& rFont2);
void CheckEnable();