Tag: cws_src680_odbmacros2 User: fs Date: 2008-01-26 21:21:27+0000 Modified: dba/dbaccess/source/ui/browser/brwctrlr.cxx
Log: spelling File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: brwctrlr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/brwctrlr.cxx?r1=1.102.2.2&r2=1.102.2.3 Delta lines: +3 -3 ------------------- --- brwctrlr.cxx 2007-12-18 21:23:48+0000 1.102.2.2 +++ brwctrlr.cxx 2008-01-26 21:21:25+0000 1.102.2.3 @@ -4,9 +4,9 @@ * * $RCSfile: brwctrlr.cxx,v $ * - * $Revision: 1.102.2.2 $ + * $Revision: 1.102.2.3 $ * - * last change: $Author: fs $ $Date: 2007/12/18 21:23:48 $ + * last change: $Author: fs $ $Date: 2008/01/26 21:21:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1078,7 +1078,7 @@ // form tries to acquire (blocking) the solar mutex, too, and we loop waiting for the other thread // we have a classic deadlock. And bet your ass that ANYBODY in the foreign thread tries to lock // the solar mutex. Almost all the UNO-capsules around normal C++ classes use the solar mutex for - // "thread safety" (which doesn't deserve that name anymore ;), e.g. the ::com::sun::star::util::XNumberFormatter-implementation + // "thread safety" (which doesn't deserve that name anymore ;), e.g. the XNumberFormatter-implementation // does. // So we have to do a fake : we tell the loading thread that we aren't interested in the results anymore // and the thread deletes itself (and the data source) as soon as it is done. As it holds the last --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
