Kaydet (Commit) c344d4f7 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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
üst 5bdbf861
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: AppDetailView.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
#include <svtools/localresaccess.hxx> #include <svtools/localresaccess.hxx>
#endif #endif
#include <algorithm> #include <algorithm>
#include "dbtreelistbox.hxx"
using namespace ::dbaui; using namespace ::dbaui;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
...@@ -998,3 +998,8 @@ sal_Bool OApplicationDetailView::isSortUp() const ...@@ -998,3 +998,8 @@ sal_Bool OApplicationDetailView::isSortUp() const
return m_pControlHelper->isSortUp(); return m_pControlHelper->isSortUp();
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
Window* OApplicationDetailView::getTreeWindow() const
{
return m_pControlHelper->getCurrentView();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment