Tag: cws_dev300_dba30b
User: fs      
Date: 2008-03-17 07:21:44+0000
Modified:
   dba/dbaccess/source/ui/app/AppControllerGen.cxx

Log:
 #i10000#

File Changes:

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

File [changed]: AppControllerGen.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerGen.cxx?r1=1.32.4.1&r2=1.32.4.2
Delta lines:  +4 -4
-------------------
--- AppControllerGen.cxx        2008-03-16 14:04:59+0000        1.32.4.1
+++ AppControllerGen.cxx        2008-03-17 07:21:42+0000        1.32.4.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: AppControllerGen.cxx,v $
  *
- *  $Revision: 1.32.4.1 $
+ *  $Revision: 1.32.4.2 $
  *
- *  last change: $Author: fs $ $Date: 2008/03/16 14:04:59 $
+ *  last change: $Author: fs $ $Date: 2008/03/17 07:21:42 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -635,14 +635,14 @@
 
 // 
-----------------------------------------------------------------------------
 Reference< XComponent > SAL_CALL OApplicationController::loadComponent( 
::sal_Int32 _ObjectType,
-    const ::rtl::OUString& _ObjectName, ::sal_Bool _ForEditing ) throw 
(IllegalArgumentException, NoSuchElementException, WrappedTargetException, 
RuntimeException)
+    const ::rtl::OUString& _ObjectName, ::sal_Bool _ForEditing ) throw 
(IllegalArgumentException, NoSuchElementException, SQLException, 
RuntimeException)
 {
     return loadComponentWithArguments( _ObjectType, _ObjectName, _ForEditing, 
Sequence< PropertyValue >() );
 }
 
 // 
-----------------------------------------------------------------------------
 Reference< XComponent > SAL_CALL 
OApplicationController::loadComponentWithArguments( ::sal_Int32 _ObjectType,
-    const ::rtl::OUString& _ObjectName, ::sal_Bool _ForEditing, const 
Sequence< PropertyValue >& _Arguments ) throw (IllegalArgumentException, 
NoSuchElementException, WrappedTargetException, RuntimeException)
+    const ::rtl::OUString& _ObjectName, ::sal_Bool _ForEditing, const 
Sequence< PropertyValue >& _Arguments ) throw (IllegalArgumentException, 
NoSuchElementException, SQLException, RuntimeException)
 {
        ::vos::OGuard aSolarGuard( Application::GetSolarMutex() );
        ::osl::MutexGuard aGuard( m_aMutex );




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

Reply via email to