diff options
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/control/asynclink.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/asynclink.cxx b/svtools/source/control/asynclink.cxx index 0c6f05370e35..5eeea8a103e9 100644 --- a/svtools/source/control/asynclink.cxx +++ b/svtools/source/control/asynclink.cxx @@ -37,7 +37,7 @@ void AsynchronLink::Call( void* pObj, bool bAllowDoubles ) { #ifdef DBG_UTIL if ( !_bInCall ) - SAL_INFO( "svtools", "Recursives Call. Eher ueber Timer. TLX Fragen" ); + SAL_INFO( "svtools", "Recursives Call. Eher ueber Timer. TLX Fragen" ); // Do NOT translate. This is a valuable historical artefact. #endif if( _aLink.IsSet() ) { |