Tag: cws_src680_odbmacros2
User: fs      
Date: 2007-12-19 13:25:37+0000
Modified:
   dba/dbaccess/source/ui/inc/UITools.hxx

Log:
 getDataSourceName_displayError: database context arg is not necessary

File Changes:

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

File [changed]: UITools.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/UITools.hxx?r1=1.32&r2=1.32.116.1
Delta lines:  +3 -6
-------------------
--- UITools.hxx 2007-05-10 10:29:40+0000        1.32
+++ UITools.hxx 2007-12-19 13:25:34+0000        1.32.116.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: UITools.hxx,v $
  *
- *  $Revision: 1.32 $
+ *  $Revision: 1.32.116.1 $
  *
- *  last change: $Author: kz $ $Date: 2007/05/10 10:29:40 $
+ *  last change: $Author: fs $ $Date: 2007/12/19 13:25:34 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -199,8 +199,6 @@
         URL will also be denoted. Yet more additionally, and other exceptions 
will be forwarded to
         a <type scope="com::sun::star::sdb">InteractionHandler</type>.
 
-        @param _rxDBContext
-            The database context. Must not be <NULL/>
         @param _rDataSourceName
             the URL of the database document, or the name of a registered data 
source
         @param _pErrorMessageParent
@@ -212,7 +210,6 @@
     */
     ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDataSource >
                getDataSourceByName_displayError(
-                const ::com::sun::star::uno::Reference< 
::com::sun::star::container::XNameAccess >& _rxDBContext,
                 const ::rtl::OUString& _rDataSourceName,
                 Window* _pErrorMessageParent,
                 ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XMultiServiceFactory > _rxORB,




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

Reply via email to