diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-30 07:42:30 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-30 07:42:30 +0000 |
commit | 1a7c66b150e8fa9c8856ca5c42b16b997da39ca6 (patch) | |
tree | d8da02d1f9f25be64e858bbde085814d33fcded3 | |
parent | 0cb894488480ab40baf5fcff6eca47073c3cf768 (diff) |
INTEGRATION: CWS dba24d (1.17.28); FILE MERGED
2007/11/07 14:54:00 oj 1.17.28.1: #i78231# use treelistbox as drag window and not the parent
-rw-r--r-- | dbaccess/source/ui/app/AppDetailView.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppDetailView.hxx b/dbaccess/source/ui/app/AppDetailView.hxx index 773edf625..60185b8b0 100644 --- a/dbaccess/source/ui/app/AppDetailView.hxx +++ b/dbaccess/source/ui/app/AppDetailView.hxx @@ -4,9 +4,9 @@ * * $RCSfile: AppDetailView.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hr $ $Date: 2007-09-26 14:47:39 $ + * last change: $Author: rt $ $Date: 2008-01-30 08:42:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -386,7 +386,7 @@ namespace dbaui The command to be executed. */ void onCreationClick( const ::rtl::OUString& _sCommand); - + Window* getTreeWindow() const; private: void impl_createPage( ElementType _eType, |