User: ihi     
Date: 2006/08/28 08:06:26

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

Log:
 INTEGRATION: CWS dba205a (1.14.12); FILE MERGED
 2006/07/28 13:03:09 oj 1.14.12.1: #i67014# replaceElement now uses the correct 
name for table/view

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&r2=1.15
Delta lines:  +3 -2
-------------------
--- AppView.cxx 20 Jun 2006 02:55:11 -0000      1.14
+++ AppView.cxx 28 Aug 2006 15:06:23 -0000      1.15
@@ -498,10 +498,11 @@
 void OApplicationView::elementReplaced(ElementType _eType
                                                                                
                        ,const ::rtl::OUString& _rOldName
                                                                                
                        ,const ::rtl::OUString& _rNewName
-                                                                               
                        ,const Reference< XConnection >& _rxConn )
+                                                                               
                        ,const Reference< XConnection >& _rxConn
+                                                    ,const 
Reference<XInterface>& _xObject)
 {
        OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF");
-       getDetailView()->elementReplaced(_eType, _rOldName,_rNewName,_rxConn );
+       getDetailView()->elementReplaced(_eType, _rOldName,_rNewName,_rxConn 
,_xObject);
 }
 // 
-----------------------------------------------------------------------------
 void OApplicationView::clearPages(sal_Bool _bTaskAlso)




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

Reply via email to