summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-26 03:15:02 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-28 22:10:44 +0200
commit488d850fd24cd636557bb86b6e4e7cced49a5dd5 (patch)
tree6b66ee7f2cfdd280c166b8e0fc0763767a94110f /connectivity
parentf22b12711e0c3914a73119c862edd1e32c53b586 (diff)
tdf#39486: Translate some randomly found German comments
Change-Id: I4c2950180f504c06666f055d166c51e32a6d5294 Reviewed-on: https://gerrit.libreoffice.org/36969 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/file/fcomp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/file/fcomp.cxx b/connectivity/source/drivers/file/fcomp.cxx
index c5d948c24197..ed41ce9343db 100644
--- a/connectivity/source/drivers/file/fcomp.cxx
+++ b/connectivity/source/drivers/file/fcomp.cxx
@@ -554,8 +554,8 @@ bool OPredicateInterpreter::evaluate(OCodeList& rCodeList)
OOperand* pOperand = m_aStack.top();
m_aStack.pop();
- DBG_ASSERT(m_aStack.empty(), "StackFehler");
- DBG_ASSERT(pOperand, "StackFehler");
+ DBG_ASSERT(m_aStack.empty(), "Stack error");
+ DBG_ASSERT(pOperand, "Stack error");
bResult = pOperand->isValid();
if (typeid(OOperandResult) == typeid(*pOperand))
@@ -581,8 +581,8 @@ void OPredicateInterpreter::evaluateSelection(OCodeList& rCodeList,ORowSetValueD
OOperand* pOperand = m_aStack.top();
m_aStack.pop();
- DBG_ASSERT(m_aStack.empty(), "StackFehler");
- DBG_ASSERT(pOperand, "StackFehler");
+ DBG_ASSERT(m_aStack.empty(), "Stack error");
+ DBG_ASSERT(pOperand, "Stack error");
(*_rVal) = pOperand->getValue();
if (typeid(OOperandResult) == typeid(*pOperand))