Kaydet (Commit) 5257cee5 authored tarafından Caolán McNamara's avatar Caolán McNamara

reset Stati is presumably to reset state

Change-Id: Ib448d4e43178dedea6bdaebfc78d850b07aebe3e
üst 2c932dcd
...@@ -598,7 +598,7 @@ void BibFrameController_Impl::dispatch(const util::URL& _rURL, const uno::Sequen ...@@ -598,7 +598,7 @@ void BibFrameController_Impl::dispatch(const util::URL& _rURL, const uno::Sequen
if (bCanInsert) if (bCanInsert)
xUpdateCursor->moveToInsertRow(); xUpdateCursor->moveToInsertRow();
else else
// move data entry to reset Stati // move data entry to reset state
xCursor->first(); xCursor->first();
} }
catch(const Exception&) catch(const Exception&)
......
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