summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-03-30 06:23:03 +0000
committerMichael Stahl <mstahl@redhat.com>2017-03-30 10:27:35 +0000
commitad3681df0a1757bbb2c10326d701e36d336ff10c (patch)
tree53209c4f210a48b5f6de03e9ab71d9791d1f9f6d /idl
parent63e36cdd9d7acc71fb8a8bb9a1e9aef54f240b9d (diff)
tdf#39468 Translate German comments
Translate German comments and terms in dbaccess/, forms/, fpicker/, framework/, and idl/ Change-Id: I08b3db9492f16fc1c457e8f5eff838c13561c945 Reviewed-on: https://gerrit.libreoffice.org/35888 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'idl')
-rw-r--r--idl/source/objects/slot.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx
index 007f94fc85a3..27302f3c645e 100644
--- a/idl/source/objects/slot.cxx
+++ b/idl/source/objects/slot.cxx
@@ -379,7 +379,7 @@ void SvMetaSlot::Insert( SvSlotElementList& rList)
while ( !bFound && nLow <= nHigh )
{
nMid = (nLow + nHigh) >> 1;
- DBG_ASSERT( nMid < nListCount, "bsearch ist buggy" );
+ DBG_ASSERT( nMid < nListCount, "bsearch is buggy" );
int nDiff = (int) nId - (int) rList[ nMid ]->GetSlotId().GetValue();
if ( nDiff < 0)
{