Tag: cws_src680_qiq
User: fs      
Date: 06/05/30 01:23:43

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

Log:
 createObjectNames -> getObjectNames (the thing is stateless, so no need to 
re-create it every time)

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.1&r2=1.1.2.2
Delta lines:  +4 -4
-------------------
--- objectnameapproval.cxx      24 May 2006 14:55:21 -0000      1.1.2.1
+++ objectnameapproval.cxx      30 May 2006 08:23:40 -0000      1.1.2.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: objectnameapproval.cxx,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: fs $ $Date: 2006/05/24 14:55:21 $
+ *  last change: $Author: fs $ $Date: 2006/05/30 08:23:40 $
  *
  *  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 @@
             throw DisposedException();
 
         Reference< XConnectionTools > xConnectionTools( xConnection, 
UNO_QUERY_THROW );
-        Reference< XObjectNames > xObjectNames( 
xConnectionTools->createObjectNames(), UNO_QUERY_THROW );
+        Reference< XObjectNames > xObjectNames( 
xConnectionTools->getObjectNames(), UNO_QUERY_THROW );
         try
         {
             xObjectNames->checkNameIsUsed( m_pImpl->nCommandType, _rName );




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

Reply via email to