Kaydet (Commit) 17d2ecb0 authored tarafından David Tardon's avatar David Tardon

WaE: invalid conversion from 'const ScToken*' to 'ScToken*'

üst a1d605a6
...@@ -2207,7 +2207,7 @@ ScChart2DataProvider::createDataSequenceByFormulaTokens( ...@@ -2207,7 +2207,7 @@ ScChart2DataProvider::createDataSequenceByFormulaTokens(
case svExternalSingleRef: case svExternalSingleRef:
case svExternalDoubleRef: case svExternalDoubleRef:
{ {
ScTokenRef pNew(static_cast<const ScToken*>(p->Clone())); ScTokenRef pNew(static_cast<ScToken*>(p->Clone()));
aRefTokens.push_back(pNew); aRefTokens.push_back(pNew);
} }
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