diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-23 16:37:16 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-04-24 21:31:35 +0000 |
commit | 4721c734c1ee38eddb2b14a9b680805a4c61992b (patch) | |
tree | e19ed955ae1c3e56b5150957fcc34161cc7a2b86 /svx | |
parent | 975c833943bab627eb461457ab1df35744b291cd (diff) |
Translate debug message (no automatic tools)
Change-Id: Ice7515b1c83c6ed7472e744badd400c46e804e26
Reviewed-on: https://gerrit.libreoffice.org/24318
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'svx')
-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 901e8043bc05..f6bbec2e265d 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; |