[Libreoffice-commits] core.git: svtools/source

Tor Lillqvist tml at collabora.com
Thu Sep 15 15:06:08 UTC 2016


 svtools/source/control/asynclink.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d118198f2ca165dd71cc1208fee08bfbc669ae5
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Sep 15 18:03:46 2016 +0300

    Make sure some history is preserved for posterity
    
    Change-Id: Ie74f12ee6fda9f8bcba540d52ce7ec53236998bf

diff --git a/svtools/source/control/asynclink.cxx b/svtools/source/control/asynclink.cxx
index 0c6f053..5eeea8a 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() )
     {


More information about the Libreoffice-commits mailing list