Fixx FormulaCompiler build after the O[U]String[Buffer] changes
This commit is contained in:
parent
2a214cc6d3
commit
928f7a47a1
1 changed files with 1 additions and 1 deletions
|
@ -1609,7 +1609,7 @@ FormulaToken* FormulaCompiler::CreateStringFromToken( String& rFormula, FormulaT
|
|||
{
|
||||
rtl::OUStringBuffer aBuffer;
|
||||
FormulaToken* p = CreateStringFromToken( aBuffer, pTokenP, bAllowArrAdvance );
|
||||
rFormula += aBuffer.makeStringAndClear();
|
||||
rFormula += aBuffer.makeStringAndClear().getStr();
|
||||
return p;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue