[Libreoffice-commits] core.git: svx/source
Andrea Gelmini
andrea.gelmini at gelma.net
Sun Apr 24 21:32:01 UTC 2016
svx/source/fmcomp/gridctrl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4721c734c1ee38eddb2b14a9b680805a4c61992b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
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 <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
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;
More information about the Libreoffice-commits
mailing list