Kaydet (Commit) dfdf39b6 authored tarafından Sören Möller's avatar Sören Möller Kaydeden (comit) Markus Mohrhard

Replaced deprecated String with OUString in sc/../chgtrack

There only was one use of EMPTY_STRING left in a call to a method that is already converted to OUString

Change-Id: Iaeb273f68d1c76d1d40f903a3f782ba5bc75289d
üst dcddd5b0
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#include <set> #include <set>
#include <stack> #include <stack>
#include <tools/string.hxx>
#include <tools/datetime.hxx> #include <tools/datetime.hxx>
#include <tools/mempool.hxx> #include <tools/mempool.hxx>
#include <unotools/options.hxx> #include <unotools/options.hxx>
......
...@@ -1953,7 +1953,7 @@ void ScChangeActionContent::PutValueToDoc( ...@@ -1953,7 +1953,7 @@ void ScChangeActionContent::PutValueToDoc(
aDestMark.SetMarkArea( aRange ); aDestMark.SetMarkArea( aRange );
pDoc->InsertMatrixFormula( aPos.Col(), aPos.Row(), pDoc->InsertMatrixFormula( aPos.Col(), aPos.Row(),
aRange.aEnd.Col(), aRange.aEnd.Row(), aRange.aEnd.Col(), aRange.aEnd.Row(),
aDestMark, EMPTY_STRING, aDestMark, EMPTY_OUSTRING,
((const ScFormulaCell*)pCell)->GetCode() ); ((const ScFormulaCell*)pCell)->GetCode() );
} }
break; break;
......
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