Kaydet (Commit) 054c06dc authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringcopy: formula

Change-Id: Ifab711d6081a70480396ac05112b4647206a754d
üst b0284876
......@@ -581,7 +581,7 @@ uno::Sequence< sheet::FormulaOpCodeMapEntry > FormulaCompiler::OpCodeMap::create
{
FormulaOpCodeMapEntry aEntry;
aEntry.Name = (*it).first;
aEntry.Token.Data <<= OUString( (*it).second);
aEntry.Token.Data <<= (*it).second;
aEntry.Token.OpCode = ocExternal;
aVec.push_back( aEntry);
}
......
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