summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-07 06:57:33 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-07 11:15:03 +0000
commit7d98edfa4955ab6280655a9678d6a913845fa2f3 (patch)
tree3be35e656b76b3192061e02df7f703c3359595a3 /svtools
parent6584735bba4b96fbde5c7be55dc6c98878ad059a (diff)
tdf#39468 Translate German comments
Translate German comments and terms in dbaccess/, extensions/, formula/, include/, reportdesign/, rsc/, sd/, svtools/, and vcl/ Change-Id: Ie20dadda0eeb0786eb328c6c652287d5481c5e3b Reviewed-on: https://gerrit.libreoffice.org/36249 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/asynclink.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/asynclink.cxx b/svtools/source/control/asynclink.cxx
index e9995af5473b..16bccb92a2b6 100644
--- a/svtools/source/control/asynclink.cxx
+++ b/svtools/source/control/asynclink.cxx
@@ -41,7 +41,7 @@ void AsynchronLink::Call( void* pObj, bool bAllowDoubles )
_pArg = pObj;
DBG_ASSERT( bAllowDoubles ||
( !_nEventId && ( !_pIdle || !_pIdle->IsActive() ) ),
- "Schon ein Call unterwegs" );
+ "Already made a call" );
ClearPendingCall();
if( _pMutex ) _pMutex->acquire();
_nEventId = Application::PostUserEvent( LINK( this, AsynchronLink, HandleCall_PostUserEvent) );