cid#1503834: copy-paste

Change-Id: Ibc5cf10d4daf809e89693ac9d3fb82188ba1b311
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132767
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Julien Nabet
2022-04-10 10:21:59 +02:00
parent fe858f28a0
commit c1285d4d03

View File

@@ -253,7 +253,7 @@ void SparklineDialog::setupValues()
break;
case sc::AxisType::Custom:
mxComboMaxAxisType->set_active(2);
if (maAttributes.getManualMin())
if (maAttributes.getManualMax())
mxSpinCustomMax->GetFormatter().SetValue(*maAttributes.getManualMax());
break;
}