summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--formula/source/core/api/FormulaCompiler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index b626039efed7..ead0e05414b1 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -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);
}