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
commitdb64fdbe27e9f07558b833dd8a5986655e703c10 (patch)
treea63cdbd00e3ca5f79a4e43c0cccb5650ca30b0f7 /basic
parent148cd2e4bb5e960bb0d95be112284b0c9eea4eff (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 5df81d3a53..112c88bd3b 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