diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
commit | 70e4329d0479305f16158a63878f335ee9232a5e (patch) | |
tree | de3e471ad7764d08daf0fdd1df88f3b184de12d6 /svx/source/fmcomp | |
parent | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (diff) |
fdo#60724 successfull -> successful
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index aff76d1fe0d1..8c020494e7d4 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -3280,7 +3280,7 @@ sal_Bool DbGridControl::SaveRow() // if we are appending we still sit on the insert row // we don't move just clear the flags not to move on the current row m_xCurrentRow->SetState(m_pDataCursor, sal_False); - SAL_INFO("svx.fmcomp", "explicit SetState after a successfull update, new state: " << ROWSTATUS(m_xCurrentRow)); + SAL_INFO("svx.fmcomp", "explicit SetState after a successful update, new state: " << ROWSTATUS(m_xCurrentRow)); m_xCurrentRow->SetNew(sal_False); // adjust the seekcursor if it is on the same position as the datacursor |