Kaydet (Commit) 4518faa3 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

we already pass the ScRefCellValue as parameter, tdf#93405

Change-Id: I27f7e8ffe93545fe872a0c5b64f26dc90cb70e6f
üst ee98f0e6
...@@ -199,7 +199,7 @@ OUString ScCellFormat::GetOutputString( ScDocument& rDoc, const ScAddress& rPos, ...@@ -199,7 +199,7 @@ OUString ScCellFormat::GetOutputString( ScDocument& rDoc, const ScAddress& rPos,
// like in GetString for document (column) // like in GetString for document (column)
Color* pColor; Color* pColor;
sal_uLong nNumFmt = rDoc.GetNumberFormat(rPos); sal_uLong nNumFmt = rDoc.GetNumberFormat(rPos);
aVal = GetString(rDoc, rPos, nNumFmt, &pColor, *rDoc.GetFormatTable()); GetString(rCell, nNumFmt, aVal, &pColor, *rDoc.GetFormatTable(), &rDoc);
} }
return aVal; return aVal;
} }
......
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