summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppDetailView.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:47:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:47:27 +0000
commit922ce11958974165de225b9f87e3fe0f869645d0 (patch)
tree4affd927ca53a768ef90d7aaaf5d7d418eea32e0 /dbaccess/source/ui/app/AppDetailView.cxx
parentINTEGRATION: CWS dba24a (1.12.36); FILE MERGED (diff)
downloadcore-922ce11958974165de225b9f87e3fe0f869645d0.tar.gz
core-922ce11958974165de225b9f87e3fe0f869645d0.zip
INTEGRATION: CWS dba24a (1.23.18); FILE MERGED
2007/08/13 05:28:18 oj 1.23.18.2: RESYNC: (1.23-1.24); FILE MERGED 2007/08/03 06:14:17 oj 1.23.18.1: #i69740# implement the selection interface
Diffstat (limited to 'dbaccess/source/ui/app/AppDetailView.cxx')
-rw-r--r--dbaccess/source/ui/app/AppDetailView.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx
index ad3adc3e5f07..e8820c4babe6 100644
--- a/dbaccess/source/ui/app/AppDetailView.cxx
+++ b/dbaccess/source/ui/app/AppDetailView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AppDetailView.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2007-08-02 14:26:03 $
+ * last change: $Author: hr $ $Date: 2007-09-26 14:47:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -902,6 +902,12 @@ void OApplicationDetailView::getSelectionElementNames( ::std::vector< ::rtl::OUS
m_pControlHelper->getSelectionElementNames( _rNames );
}
// -----------------------------------------------------------------------------
+void OApplicationDetailView::selectElements(const Sequence< ::rtl::OUString>& _aNames)
+{
+ DBG_CHKTHIS(OApplicationDetailView,NULL);
+ m_pControlHelper->selectElements( _aNames );
+}
+// -----------------------------------------------------------------------------
SvLBoxEntry* OApplicationDetailView::getEntry( const Point& _aPoint ) const
{
DBG_CHKTHIS(OApplicationDetailView,NULL);