reset Stati is presumably to reset state

Change-Id: Ib448d4e43178dedea6bdaebfc78d850b07aebe3e
This commit is contained in:
Caolán McNamara 2014-01-30 11:35:08 +00:00
parent 2c932dcd77
commit 5257cee53a

View File

@ -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&)