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

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

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

File Changes:

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

File [changed]: AppDetailView.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.cxx?r1=1.17&r2=1.18
Delta lines:  +3 -2
-------------------
--- AppDetailView.cxx   20 Jun 2006 02:54:33 -0000      1.17
+++ AppDetailView.cxx   28 Aug 2006 15:06:01 -0000      1.18
@@ -812,10 +812,11 @@
 void OApplicationDetailView::elementReplaced(ElementType _eType
                                                                                
                        ,const ::rtl::OUString& _rOldName
                                                                                
                        ,const ::rtl::OUString& _rNewName
-                                                                               
                        ,const Reference< XConnection >& _rxConn )
+                                                                               
                        ,const Reference< XConnection >& _rxConn
+                                                    ,const 
Reference<XInterface>& _xObject)
 {
        DBG_CHKTHIS(OApplicationDetailView,NULL);
-       m_pControlHelper->elementReplaced(_eType, _rOldName,_rNewName,_rxConn );
+       m_pControlHelper->elementReplaced(_eType, 
_rOldName,_rNewName,_rxConn,_xObject );
 }
 // 
-----------------------------------------------------------------------------
 PreviewMode OApplicationDetailView::getPreviewMode()




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

Reply via email to