[Libreoffice-commits] core.git: extensions/source
Caolán McNamara
caolanm at redhat.com
Thu Jan 30 03:36:51 PST 2014
extensions/source/bibliography/framectr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5257cee53a7f1c60b67efc174e05b07fa2de5daf
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Jan 30 11:35:08 2014 +0000
reset Stati is presumably to reset state
Change-Id: Ib448d4e43178dedea6bdaebfc78d850b07aebe3e
diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx
index dea99c3..37f1943 100644
--- a/extensions/source/bibliography/framectr.cxx
+++ b/extensions/source/bibliography/framectr.cxx
@@ -598,7 +598,7 @@ void BibFrameController_Impl::dispatch(const util::URL& _rURL, const uno::Sequen
if (bCanInsert)
xUpdateCursor->moveToInsertRow();
else
- // move data entry to reset Stati
+ // move data entry to reset state
xCursor->first();
}
catch(const Exception&)
More information about the Libreoffice-commits
mailing list