svx/source/fmcomp/gridctrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4721c734c1ee38eddb2b14a9b680805a4c61992b Author: Andrea Gelmini <[email protected]> Date: Sat Apr 23 16:37:16 2016 +0200 Translate debug message (no automatic tools) Change-Id: Ice7515b1c83c6ed7472e744badd400c46e804e26 Reviewed-on: https://gerrit.libreoffice.org/24318 Tested-by: Jenkins <[email protected]> Reviewed-by: Markus Mohrhard <[email protected]> diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 901e804..f6bbec2 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -2254,7 +2254,7 @@ void DbGridControl::AdjustDataSource(bool bFull) { // position of my data cursor is the same as the position our current row points tpo // sync the status, repaint, done - DBG_ASSERT(m_xDataRow == m_xCurrentRow, "Fehler in den Datenzeilen"); + DBG_ASSERT(m_xDataRow == m_xCurrentRow, "Errors in the data row"); SAL_INFO("svx.fmcomp", "same position, new state: " << ROWSTATUS(m_xCurrentRow)); RowModified(m_nCurrentPos); return; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
