Kaydet (Commit) 7470b3ef authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

fix negative error bar range export, fdo#75510

Change-Id: Icca2f9fc26b15b968a940e5c73f7ad3781f75e94
üst 58fae0f7
......@@ -256,7 +256,7 @@ uno::Any ErrorBar::getPropertyValue(const OUString& rPropName)
uno::Sequence< uno::Reference< chart2::data::XLabeledDataSequence > > aSequences =
getDataSequences();
aRange = getSourceRangeStrFromLabeledSequences( aSequences, true );
aRange = getSourceRangeStrFromLabeledSequences( aSequences, false );
}
aRet <<= aRange;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment