diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-09-15 18:03:46 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-09-15 18:04:28 +0300 |
commit | 3d118198f2ca165dd71cc1208fee08bfbc669ae5 (patch) | |
tree | dbd1ab02a2451d527d364e218aeb104e3ae5360f /svtools | |
parent | 84e91157c674b0b78b792fc1d4f841fe50b1dd9b (diff) |
Make sure some history is preserved for posterity
Change-Id: Ie74f12ee6fda9f8bcba540d52ce7ec53236998bf
Diffstat (limited to 'svtools')
-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() ) { |