Tag: cws_src680_odbmacros2
User: fs      
Date: 2007-12-19 13:26:43+0000
Modified:
   dba/dbaccess/source/ui/app/AppControllerDnD.cxx

Log:
 getDataSourceName_displayError: database context arg is not necessary

File Changes:

Directory: /dba/dbaccess/source/ui/app/
=======================================

File [changed]: AppControllerDnD.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerDnD.cxx?r1=1.23&r2=1.23.2.1
Delta lines:  +4 -4
-------------------
--- AppControllerDnD.cxx        2007-11-21 15:50:06+0000        1.23
+++ AppControllerDnD.cxx        2007-12-19 13:26:40+0000        1.23.2.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: AppControllerDnD.cxx,v $
  *
- *  $Revision: 1.23 $
+ *  $Revision: 1.23.2.1 $
  *
- *  last change: $Author: ihi $ $Date: 2007/11/21 15:50:06 $
+ *  last change: $Author: fs $ $Date: 2007/12/19 13:26:40 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -776,7 +776,7 @@
                                        try
                                        {
                                                // the concrete query
-                                               
Reference<XQueryDefinitionsSupplier> 
xSourceQuerySup(getDataSourceByName_displayError( m_xDatabaseContext, 
sDataSourceName, getView(), getORB(), true ),UNO_QUERY);
+                                               
Reference<XQueryDefinitionsSupplier> 
xSourceQuerySup(getDataSourceByName_displayError( sDataSourceName, getView(), 
getORB(), true ),UNO_QUERY);
                                                if ( xSourceQuerySup.is() )
                                                        
xQueries.set(xSourceQuerySup->getQueryDefinitions(),UNO_QUERY);
 




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

Reply via email to