summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/flat/ETable.cxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-02-27 21:29:52 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-28 10:51:36 +0100
commitb6aee26f3630fd531e51f781391ba0130001df60 (patch)
treeefe9b97bef491cf679df222f49ba3e157af9fb11 /connectivity/source/drivers/flat/ETable.cxx
parentf7bf3cf5c9c7f72da0c881b50c2ccc4b6d550af2 (diff)
Translate German comments and debug strings
Change-Id: Ie2da785cb674e21f042caa5e6d461e3489036003 Reviewed-on: https://gerrit.libreoffice.org/50467 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'connectivity/source/drivers/flat/ETable.cxx')
-rw-r--r--connectivity/source/drivers/flat/ETable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx
index d4be4dcb62f2..e10874e93189 100644
--- a/connectivity/source/drivers/flat/ETable.cxx
+++ b/connectivity/source/drivers/flat/ETable.cxx
@@ -647,7 +647,7 @@ bool OFlatTable::fetchRow(OValueRefRow& _rRow, const OSQLColumns & _rCols, bool
{
OSL_ENSURE((cDecimalDelimiter && nType != DataType::INTEGER) ||
(!cDecimalDelimiter && nType == DataType::INTEGER),
- "FalscherTyp");
+ "Wrong type");
OUStringBuffer aBuf(aStr.getLength());
// convert to Standard-Notation (DecimalPOINT without thousands-comma):