Kaydet (Commit) 59af654b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Revert "Fixx FormulaCompiler build after the O[U]String[Buffer] changes"

Obsoleted by the subsequent fix to tools/string.hxx.
This reverts commit 928f7a47.
üst 5c0b18ed
......@@ -1609,7 +1609,7 @@ FormulaToken* FormulaCompiler::CreateStringFromToken( String& rFormula, FormulaT
{
rtl::OUStringBuffer aBuffer;
FormulaToken* p = CreateStringFromToken( aBuffer, pTokenP, bAllowArrAdvance );
rFormula += aBuffer.makeStringAndClear().getStr();
rFormula += aBuffer.makeStringAndClear();
return p;
}
......
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