summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppDetailView.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-30 07:42:17 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-30 07:42:17 +0000
commitc344d4f79d3f15e87c9b506e28be45b11cb9239f (patch)
tree06200c594999508ec2b3c0c41e3cd439db717e7b /dbaccess/source/ui/app/AppDetailView.cxx
parentINTEGRATION: CWS dba24d (1.27.28); FILE MERGED (diff)
downloadcore-c344d4f79d3f15e87c9b506e28be45b11cb9239f.tar.gz
core-c344d4f79d3f15e87c9b506e28be45b11cb9239f.zip
INTEGRATION: CWS dba24d (1.25.28); FILE MERGED
2007/11/07 14:54:00 oj 1.25.28.1: #i78231# use treelistbox as drag window and not the parent
Diffstat (limited to 'dbaccess/source/ui/app/AppDetailView.cxx')
-rw-r--r--dbaccess/source/ui/app/AppDetailView.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx
index 6a2111d9f461..78e3d1dbb117 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.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: rt $ $Date: 2008-01-29 14:07:23 $
+ * last change: $Author: rt $ $Date: 2008-01-30 08:42:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -108,7 +108,7 @@
#include <svtools/localresaccess.hxx>
#endif
#include <algorithm>
-
+#include "dbtreelistbox.hxx"
using namespace ::dbaui;
using namespace ::com::sun::star::uno;
@@ -998,3 +998,8 @@ sal_Bool OApplicationDetailView::isSortUp() const
return m_pControlHelper->isSortUp();
}
// -----------------------------------------------------------------------------
+Window* OApplicationDetailView::getTreeWindow() const
+{
+ return m_pControlHelper->getCurrentView();
+}
+