summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forms/source/component/ListBox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index 2e1d52ccaf95..a57322ed5ced 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -425,8 +425,8 @@ namespace frm
Any _rCurrentValue = getCurrentSingleValue();
if (_rCurrentValue != _rValue)
{
- _rOldValue = _rValue;
- _rConvertedValue = _rCurrentValue;
+ _rOldValue = _rCurrentValue;
+ _rConvertedValue = _rValue;
bModified = true;
}
break;