Tag: cws_src680_qiq User: fs Date: 06/05/30 01:26:05 Modified: /dba/dbaccess/source/ui/misc/ defaultobjectnamecheck.cxx
Log: createObjectNames -> getObjectNames (the thing is stateless, so no need to re-create it every time) File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: defaultobjectnamecheck.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/defaultobjectnamecheck.cxx?r1=1.1.2.4&r2=1.1.2.5 Delta lines: +3 -3 ------------------- --- defaultobjectnamecheck.cxx 24 May 2006 14:17:23 -0000 1.1.2.4 +++ defaultobjectnamecheck.cxx 30 May 2006 08:26:02 -0000 1.1.2.5 @@ -4,9 +4,9 @@ * * $RCSfile: defaultobjectnamecheck.cxx,v $ * - * $Revision: 1.1.2.4 $ + * $Revision: 1.1.2.5 $ * - * last change: $Author: fs $ $Date: 2006/05/24 14:17:23 $ + * last change: $Author: fs $ $Date: 2006/05/30 08:26:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -240,7 +240,7 @@ { Reference< XConnectionTools > xConnTools( _rxSdbLevelConnection, UNO_QUERY ); if ( xConnTools.is() ) - m_pImpl->xObjectNames.set( xConnTools->createObjectNames() ); + m_pImpl->xObjectNames.set( xConnTools->getObjectNames() ); if ( !m_pImpl->xObjectNames.is() ) throw IllegalArgumentException(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
