Tag: cws_src680_qiq User: fs Date: 06/06/01 02:55:35 Modified: /dba/dbaccess/source/ui/misc/ defaultobjectnamecheck.cxx
Log: #i51143# XObjectNames: checkNameIsUsed -> checkNameForCreate 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.5&r2=1.1.2.6 Delta lines: +3 -3 ------------------- --- defaultobjectnamecheck.cxx 30 May 2006 08:26:02 -0000 1.1.2.5 +++ defaultobjectnamecheck.cxx 1 Jun 2006 09:55:32 -0000 1.1.2.6 @@ -4,9 +4,9 @@ * * $RCSfile: defaultobjectnamecheck.cxx,v $ * - * $Revision: 1.1.2.5 $ + * $Revision: 1.1.2.6 $ * - * last change: $Author: fs $ $Date: 2006/05/30 08:26:02 $ + * last change: $Author: fs $ $Date: 2006/06/01 09:55:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -259,7 +259,7 @@ { try { - m_pImpl->xObjectNames->checkNameIsUsed( m_pImpl->nCommandType, _rObjectName ); + m_pImpl->xObjectNames->checkNameForCreate( m_pImpl->nCommandType, _rObjectName ); return true; } catch( const SQLException& ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
