summaryrefslogtreecommitdiff
path: root/dbaccess
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 /dbaccess
parentd68539562a7d1f0472376855d9f8a25bd8fe93cf (diff)
parameter names are useless in DECL_LINK declarations
Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/dataaccess/intercept.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/intercept.hxx b/dbaccess/source/core/dataaccess/intercept.hxx
index 767fadf4e826..2d7e8ece6242 100644
--- a/dbaccess/source/core/dataaccess/intercept.hxx
+++ b/dbaccess/source/core/dataaccess/intercept.hxx
@@ -39,7 +39,7 @@ class OInterceptor : public ::cppu::WeakImplHelper< css::frame::XDispatchProvide
css::frame::XDispatch,
css::document::XDocumentEventListener>
{
- DECL_LINK( OnDispatch, void* _aURL );
+ DECL_LINK( OnDispatch, void* );
protected:
virtual ~OInterceptor();
public: