Kaydet (Commit) 67693ad0 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1130190 'Constant' variable guards dead code

Change-Id: Ifc462622919c8247c1f4ff8304f3107a23ef1c49
üst 31c407e3
......@@ -62,7 +62,7 @@ ScRange ScMovingAverageDialog::ApplyOutput(ScDocShell* pDocShell)
pIterator.reset(new DataRangeByRowIterator(mInputRange));
sal_Int32 aIntervalSize = mpIntervalSpin->GetValue();
bool aCentral = true;
const bool aCentral = true; //to-do add support to change this to the dialog
for( ; pIterator->hasNext(); pIterator->next() )
{
......
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