Kaydet (Commit) 8be504b6 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: unreadVariable

Change-Id: I109e5f36a524e2996d00bf81e873776d0d738011
üst 99261989
......@@ -2432,7 +2432,7 @@ void ODbaseTable::addColumn(const Reference< XPropertySet >& _xNewColumn)
pNewTable->renameImpl(m_Name);
// release the temp file
}
xHold = pNewTable = NULL;
xHold.clear();
FileClose();
construct();
......
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