summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppDetailPageHelper.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-06 13:42:37 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-06 13:42:37 +0000
commitc48a3af408679a02efc89f3c3822c7449e7e2eef (patch)
tree35489b3c56894a413a5392aa30b29e25670e2af7 /dbaccess/source/ui/app/AppDetailPageHelper.cxx
parentc69b7d486e526ede5414dc96a34a66d3a25de028 (diff)
INTEGRATION: CWS dba21fini (1.18.4); FILE MERGED
2006/10/23 08:24:34 fs 1.18.4.1: #i70635#
Diffstat (limited to 'dbaccess/source/ui/app/AppDetailPageHelper.cxx')
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.cxx b/dbaccess/source/ui/app/AppDetailPageHelper.cxx
index ee3d2b7cb..16de37802 100644
--- a/dbaccess/source/ui/app/AppDetailPageHelper.cxx
+++ b/dbaccess/source/ui/app/AppDetailPageHelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AppDetailPageHelper.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 13:34:48 $
+ * last change: $Author: kz $ $Date: 2006-11-06 14:42:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -454,7 +454,7 @@ void OAppDetailPageHelper::getSelectionElementNames( ::std::vector< ::rtl::OUStr
if ( getElementType() == E_TABLE )
{
const OTableTreeListBox& rTreeView = dynamic_cast< const OTableTreeListBox& >( *m_pLists[nPos] );
- sComposedName = rTreeView.getQualifiedTableName( _pEntry );
+ sComposedName = rTreeView.getQualifiedTableName( pEntry );
}
else
{