Kaydet (Commit) fb499c00 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

Change-Id: I9f495d748c2fe47fe5a91db21f44725fc00a7ed1
üst 8737001f
...@@ -794,7 +794,7 @@ bool ImpPathForDragAndCreate::movePathDrag( SdrDragStat& rDrag ) const ...@@ -794,7 +794,7 @@ bool ImpPathForDragAndCreate::movePathDrag( SdrDragStat& rDrag ) const
// now check symmetric plus handles // now check symmetric plus handles
if (bControl) { // cases 5,6,7,8 if (bControl) { // cases 5,6,7,8
sal_uInt16 nSt; // the associated support point sal_uInt16 nSt; // the associated support point
sal_uInt16 nFix=nPnt; // the opposing control point sal_uInt16 nFix; // the opposing control point
if (bIsNextControl) { // if the next one is a control point, the on before has to be a support point if (bIsNextControl) { // if the next one is a control point, the on before has to be a support point
nSt=nPrevPnt; nSt=nPrevPnt;
nFix=nPrevPrevPnt; nFix=nPrevPrevPnt;
......
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