Kaydet (Commit) 4000d7ad authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#1231669 Unchecked return value

Change-Id: I60b7c8267c81b0545c2bcc367ad6cac43aefad64
üst a8e2f3e8
......@@ -5570,7 +5570,7 @@ void SAL_CALL ScCellRangeObj::sort( const uno::Sequence<beans::PropertyValue>& a
pDocSh->GetDBData( aRange, SC_DB_MAKE, SC_DBSEL_FORCE_MARK ); // ggf. Bereich anlegen
ScDBDocFunc aFunc(*pDocSh); // Bereich muss angelegt sein
aFunc.Sort( nTab, aParam, true, true, true );
(void)aFunc.Sort( nTab, aParam, true, true, true );
}
}
......
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