Tag: cws_src680_warnings01 User: fs Date: 05/12/12 06:34:29 Modified: /dba/connectivity/source/manager/ mdrivermanager.cxx
Log: #i57457# File Changes: Directory: /dba/connectivity/source/manager/ ============================================ File [changed]: mdrivermanager.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/manager/mdrivermanager.cxx?r1=1.14.30.1&r2=1.14.30.2 Delta lines: +3 -3 ------------------- --- mdrivermanager.cxx 7 Nov 2005 14:44:11 -0000 1.14.30.1 +++ mdrivermanager.cxx 12 Dec 2005 14:34:26 -0000 1.14.30.2 @@ -4,9 +4,9 @@ * * $RCSfile: mdrivermanager.cxx,v $ * - * $Revision: 1.14.30.1 $ + * $Revision: 1.14.30.2 $ * - * last change: $Author: fs $ $Date: 2005/11/07 14:44:11 $ + * last change: $Author: fs $ $Date: 2005/12/12 14:34:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -576,7 +576,7 @@ if (aSearch == m_aDriversRT.end()) throwNoSuchElementException(); - return aSearch->second; + return aSearch->second.get(); } //-------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
