Kaydet (Commit) cf4347aa authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

bCategoriesUsed is always false at this point

Change-Id: I7e6851ce3f24ef3c5051eb7431b6aa1df845836d
üst 8a589145
......@@ -68,7 +68,7 @@ chart2::InterpretedData SAL_CALL XYDataInterpreter::interpretDataSource(
// parse data
bool bCategoriesUsed = false;
bool bSetXValues = aData.getLength()>(bCategoriesUsed?2:1);
bool bSetXValues = aData.getLength()>1;
for( sal_Int32 nDataIdx= 0; nDataIdx < aData.getLength(); ++nDataIdx )
{
try
......
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