User: kz Date: 2006/11/06 06:42:40 Modified: dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx
Log: INTEGRATION: CWS dba21fini (1.18.4); FILE MERGED 2006/10/23 08:24:34 fs 1.18.4.1: #i70635# File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailPageHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx?r1=1.18&r2=1.19 Delta lines: +1 -1 ------------------- --- AppDetailPageHelper.cxx 12 Oct 2006 13:34:48 -0000 1.18 +++ AppDetailPageHelper.cxx 6 Nov 2006 14:42:37 -0000 1.19 @@ -454,7 +454,7 @@ if ( getElementType() == E_TABLE ) { const OTableTreeListBox& rTreeView = dynamic_cast< const OTableTreeListBox& >( *m_pLists[nPos] ); - sComposedName = rTreeView.getQualifiedTableName( _pEntry ); + sComposedName = rTreeView.getQualifiedTableName( pEntry ); } else { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
