summaryrefslogtreecommitdiffstats
path: root/sc
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 /sc
parentmisplaced brace (diff)
downloadcore-fab18ef350058081967c66e1eea50dde44d08c41.tar.gz
core-fab18ef350058081967c66e1eea50dde44d08c41.zip
parameter names are useless in DECL_LINK declarations
Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/tabpages.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tabpages.hxx b/sc/source/ui/inc/tabpages.hxx
index b2c20142ac37..999c52a0b0bf 100644
--- a/sc/source/ui/inc/tabpages.hxx
+++ b/sc/source/ui/inc/tabpages.hxx
@@ -59,7 +59,7 @@ private:
bool bHidePrint;
// Handler:
- DECL_LINK( ButtonClickHdl, TriStateBox* pBox );
+ DECL_LINK( ButtonClickHdl, TriStateBox* );
void UpdateButtons();
};