Tag: cws_src680_jl49 User: jl Date: 2006/12/07 11:20:27 Modified: dba/dbaccess/source/ui/control/dbtreelistbox.cxx
Log: RESYNC: (1.14-1.15); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: dbtreelistbox.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/dbtreelistbox.cxx?r1=1.14.36.1&r2=1.14.36.2 Delta lines: +12 -3 -------------------- --- dbtreelistbox.cxx 1 Dec 2006 12:14:39 -0000 1.14.36.1 +++ dbtreelistbox.cxx 7 Dec 2006 19:20:24 -0000 1.14.36.2 @@ -496,6 +496,15 @@ return FALSE; // we never want that the base change our text } + +// ----------------------------------------------------------------------------- +BOOL DBTreeListBox::DoubleClickHdl() +{ + long nResult = aDoubleClickHdl.Call( this ); + // continue default processing if the DoubleClickHandler didn't handle it + return nResult == 0; +} + // ----------------------------------------------------------------------------- void scrollWindow(DBTreeListBox* _pListBox, const Point& _rPos,sal_Bool _bUp) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
