Tag: cws_src680_qiq
User: fs      
Date: 06/06/01 02:54:47

Modified:
 /dba/dbaccess/source/core/misc/
  objectnameapproval.cxx

Log:
 #i51143# XObjectNames: checkNameIsUsed -> checkNameForCreate

File Changes:

Directory: /dba/dbaccess/source/core/misc/
==========================================

File [changed]: objectnameapproval.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/objectnameapproval.cxx?r1=1.1.2.4&r2=1.1.2.5
Delta lines:  +3 -3
-------------------
--- objectnameapproval.cxx      31 May 2006 11:05:33 -0000      1.1.2.4
+++ objectnameapproval.cxx      1 Jun 2006 09:54:44 -0000       1.1.2.5
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: objectnameapproval.cxx,v $
  *
- *  $Revision: 1.1.2.4 $
+ *  $Revision: 1.1.2.5 $
  *
- *  last change: $Author: fs $ $Date: 2006/05/31 11:05:33 $
+ *  last change: $Author: fs $ $Date: 2006/06/01 09:54:44 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -112,7 +112,7 @@
 
         Reference< XConnectionTools > xConnectionTools( xConnection, 
UNO_QUERY_THROW );
         Reference< XObjectNames > xObjectNames( 
xConnectionTools->getObjectNames(), UNO_QUERY_THROW );
-        xObjectNames->checkNameIsUsed( m_pImpl->nCommandType, _rName );
+        xObjectNames->checkNameForCreate( m_pImpl->nCommandType, _rName );
     }
 
 //........................................................................




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to