summaryrefslogtreecommitdiff
path: root/include/svx/ctredlin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-01 15:06:14 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-04 09:09:54 +0000
commitb62e6b011a3c9a340353546b73ff2eda0e793215 (patch)
tree8281c01f5639fd78fbcc45d7414e08657e1c6941 /include/svx/ctredlin.hxx
parent953f8f2cfecbe3005eb7de84daf1c9d86379244c (diff)
loplugin:constantparam in svx
Change-Id: Ib3c1262d5488e3e348ae985f53ff8c63f2175555 Reviewed-on: https://gerrit.libreoffice.org/23724 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/ctredlin.hxx')
-rw-r--r--include/svx/ctredlin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx
index e0dcf18e891c..01fe64afd7aa 100644
--- a/include/svx/ctredlin.hxx
+++ b/include/svx/ctredlin.hxx
@@ -265,7 +265,7 @@ public:
// Methods for Calc {
void SetRefHdl( const Link<SvxTPFilter*,void>& rLink ) { aRefLink = rLink; }
- void Enable( bool bEnable = true, bool bChild = true );
+ void Enable( bool bEnable = true );
void Disable();
// } Methods for Calc
};