summaryrefslogtreecommitdiff
path: root/basic/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-23 11:05:25 +0200
committerNoel Grandin <noel@peralex.com>2016-03-23 11:22:34 +0200
commit402572e25c0c9eb1f01c928f2ae422ab62a55ba1 (patch)
tree6114955c613d84b44a50559dd034c9ce0904b2c7 /basic/source/inc
parent0eeb811f5e390c82ff85e61ec9909253a0a03d0d (diff)
loplugin:constantparam in basic
Change-Id: I6831cb8628eed76db35070934f62dccb1345ba12
Diffstat (limited to 'basic/source/inc')
-rw-r--r--basic/source/inc/runtime.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx
index b7374eaa5f99..ed4cf423558e 100644
--- a/basic/source/inc/runtime.hxx
+++ b/basic/source/inc/runtime.hxx
@@ -339,7 +339,7 @@ class SbiRuntime
// all opcodes with two operands
void StepRTL( sal_uInt32, sal_uInt32 ), StepPUBLIC( sal_uInt32, sal_uInt32 ), StepPUBLIC_P( sal_uInt32, sal_uInt32 );
void StepPUBLIC_Impl( sal_uInt32, sal_uInt32, bool bUsedForClassModule );
- void StepFIND_Impl( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError, bool bLocal, bool bStatic = false );
+ void StepFIND_Impl( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError, bool bStatic = false );
void StepFIND( sal_uInt32, sal_uInt32 ), StepELEM( sal_uInt32, sal_uInt32 );
void StepGLOBAL( sal_uInt32, sal_uInt32 ), StepLOCAL( sal_uInt32, sal_uInt32 );
void StepPARAM( sal_uInt32, sal_uInt32), StepCREATE( sal_uInt32, sal_uInt32 );