summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-07-28 11:53:03 +0200
committerDaniel Rentz <dr@openoffice.org>2010-07-28 11:53:03 +0200
commit69d41381ba6e808153508ccd09ea73b8d77dbe76 (patch)
tree7039a7223e316b622f2b37425ac2616a34e317f0 /basic
parentfb7fb796e2a9fc294bfc13cd2b986d347b5ba719 (diff)
mib17: resolved conflict after rebase corrected
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/step0.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/basic/source/runtime/step0.cxx b/basic/source/runtime/step0.cxx
index 1051a0b514f5..29965c7e9da5 100644
--- a/basic/source/runtime/step0.cxx
+++ b/basic/source/runtime/step0.cxx
@@ -558,9 +558,6 @@ void SbiRuntime::StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar, b
*refVar = *refVal;
}
- if( bWithEvents )
- refVar->SetComListener( xComListener ); // Hold reference
-
// lhs is a property who's value is currently (Empty e.g. no broadcast yet)
// in this case if there is a default prop involved the value of the
// default property may infact be void so the type will also be SbxEMPTY