diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-18 09:07:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-18 09:07:55 +0000 |
commit | 93bec698aba0ef869c8eec05911063022b6bc9ad (patch) | |
tree | ead311184658e03afcd17feb25f11131ff00342a /dbaccess/source/ui/app/AppDetailPageHelper.cxx | |
parent | 11170ac35ea79fd216a9eb2fde5be75f640bf9fb (diff) |
INTEGRATION: CWS dba25 (1.5.38); FILE MERGED
2005/03/14 13:29:52 fs 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED
2005/03/04 08:04:54 oj 1.5.38.1: #i43915# only open a connection when preview is needed
Diffstat (limited to 'dbaccess/source/ui/app/AppDetailPageHelper.cxx')
-rw-r--r-- | dbaccess/source/ui/app/AppDetailPageHelper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.cxx b/dbaccess/source/ui/app/AppDetailPageHelper.cxx index 853831619..76b1777df 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.cxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AppDetailPageHelper.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2005-03-10 16:44:24 $ + * last change: $Author: obo $ $Date: 2005-03-18 10:07:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -711,7 +711,7 @@ DBTreeListBox* OAppDetailPageHelper::createTree(DBTreeListBox* _pTreeView,USHORT _pTreeView->SetDoubleClickHdl(LINK(this, OAppDetailPageHelper, OnEntryDoubleClick)); _pTreeView->SetEnterKeyHdl(LINK(this, OAppDetailPageHelper, OnEntryDoubleClick)); _pTreeView->SetSelectHdl(LINK(this, OAppDetailPageHelper, OnEntrySelectHdl)); - // _pTreeView->SetDeselectHdl(LINK(this, OAppDetailPageHelper, OnDeSelectHdl)); + _pTreeView->SetDeselectHdl(LINK(this, OAppDetailPageHelper, OnDeSelectHdl)); _pTreeView->setCutHandler(LINK(this, OAppDetailPageHelper, OnCutEntry)); _pTreeView->setCopyHandler(LINK(this, OAppDetailPageHelper, OnCopyEntry)); |