Kaydet (Commit) 5af0529e authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: unused variables

üst 08b27765
......@@ -981,8 +981,6 @@ void SdrObjList::ClearObjectNavigationOrder (void)
bool SdrObjList::RecalcNavigationPositions (void)
{
bool bUpToDate (false);
if (mbIsNavigationOrderDirty)
{
if (mpNavigationOrder.get() != NULL)
......@@ -994,8 +992,6 @@ bool SdrObjList::RecalcNavigationPositions (void)
sal_uInt32 nIndex (0);
for (iObject=mpNavigationOrder->begin(); iObject!=iEnd; ++iObject,++nIndex)
(*iObject)->SetNavigationPosition(nIndex);
bUpToDate = true;
}
}
......
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