Kaydet (Commit) 7ba3301b authored tarafından Michael Stahl's avatar Michael Stahl

sc: [loplugin:redundantcast]

Change-Id: I12a823be0145a680af8fd5c95b55e461f207d2fc
üst 7f533e6c
......@@ -694,7 +694,7 @@ ScRangeName::ScRangeName(const ScRangeName& r)
OSL_FAIL( "ScRangeName copy-ctor: maIndexToData size doesn't fit");
maIndexToData.resize(nPos+1, NULL);
}
maIndexToData[nPos] = const_cast<ScRangeData*>(itr.second.get());
maIndexToData[nPos] = itr.second.get();
}
}
......
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