Kaydet (Commit) bdb36cde authored tarafından Tor Lillqvist's avatar Tor Lillqvist

loplugin:defaultparams

Change-Id: I2bf415d8565c5b290ae2d62d321de58360f79612
üst ade43e6a
......@@ -581,7 +581,7 @@ class MaxStrLenFinder
Color* pColor;
OUString aValStr;
ScCellFormat::GetString(
rCell, mnFormat, aValStr, &pColor, *mrDoc.GetFormatTable(), &mrDoc, true, false);
rCell, mnFormat, aValStr, &pColor, *mrDoc.GetFormatTable(), &mrDoc);
if (aValStr.getLength() > mnMaxLen)
{
......@@ -668,7 +668,7 @@ sal_uInt16 ScColumn::GetOptimalColWidth(
{
ScRefCellValue aCell = GetCellValue(pParam->mnMaxTextRow);
ScCellFormat::GetString(
aCell, nFormat, aLongStr, &pColor, *pFormatter, pDocument, true, false);
aCell, nFormat, aLongStr, &pColor, *pFormatter, pDocument);
}
else
{
......
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