Tag: cws_src680_hsqlcsv
User: fs      
Date: 2006/10/11 01:52:40

Modified:
   dba/dbaccess/source/ui/app/AppView.cxx

Log:
 RESYNC: (1.14-1.17); FILE MERGED

File Changes:

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

File [changed]: AppView.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.cxx?r1=1.14.32.2&r2=1.14.32.3
Delta lines:  +12 -10
---------------------
--- AppView.cxx 18 Sep 2006 13:56:04 -0000      1.14.32.2
+++ AppView.cxx 11 Oct 2006 08:52:37 -0000      1.14.32.3
@@ -32,6 +32,9 @@
  *    MA  02111-1307  USA
  *
  ************************************************************************/
+
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_dbaccess.hxx"
 #ifndef DBAUI_APPVIEW_HXX
 #include "AppView.hxx"
 #endif
@@ -483,25 +486,24 @@
        getDetailView()->getSelectionElementNames( _rNames );
 }
 // 
-----------------------------------------------------------------------------
-SvLBoxEntry* OApplicationView::elementAdded(ElementType eType,const 
::rtl::OUString& _rName, const Any& _rObject, const Reference< XConnection >& 
_rxConn )
+SvLBoxEntry* OApplicationView::elementAdded(ElementType eType,const 
::rtl::OUString& _rName, const Any& _rObject )
 {
        OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF");
-       return getDetailView()->elementAdded(eType,_rName,_rObject,_rxConn);
+       return getDetailView()->elementAdded(eType,_rName,_rObject);
 }
 // 
-----------------------------------------------------------------------------
-void OApplicationView::elementRemoved(ElementType eType,const ::rtl::OUString& 
_rName, const Reference< XConnection >& _rxConn )
+void OApplicationView::elementRemoved(ElementType eType,const ::rtl::OUString& 
_rName )
 {
        OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF");
-       getDetailView()->elementRemoved(eType,_rName,_rxConn);
+       getDetailView()->elementRemoved(eType,_rName);
 }
 // 
-----------------------------------------------------------------------------
 void OApplicationView::elementReplaced(ElementType _eType
                                                                                
                        ,const ::rtl::OUString& _rOldName
-                                                                               
                        ,const ::rtl::OUString& _rNewName
-                                                                               
                        ,const Reference< XConnection >& _rxConn )
+                                                                               
                        ,const ::rtl::OUString& _rNewName )
 {
        OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF");
-       getDetailView()->elementReplaced(_eType, _rOldName,_rNewName,_rxConn );
+       getDetailView()->elementReplaced(_eType, _rOldName, _rNewName );
 }
 // 
-----------------------------------------------------------------------------
 void OApplicationView::clearPages(sal_Bool _bTaskAlso)




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

Reply via email to