Tag: cws_src680_dba201 User: oj Date: 05/05/09 23:10:10 Modified: /dba/dbaccess/source/ui/browser/ genericcontroller.cxx, unodatbr.cxx
Log: #i43965# don' File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: genericcontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/genericcontroller.cxx?r1=1.63.28.3&r2=1.63.28.4 Delta lines: +4 -4 ------------------- --- genericcontroller.cxx 29 Apr 2005 06:03:02 -0000 1.63.28.3 +++ genericcontroller.cxx 10 May 2005 06:10:07 -0000 1.63.28.4 @@ -2,9 +2,9 @@ * * $RCSfile: genericcontroller.cxx,v $ * - * $Revision: 1.63.28.3 $ + * $Revision: 1.63.28.4 $ * - * last change: $Author: oj $ $Date: 2005/04/29 06:03:02 $ + * last change: $Author: oj $ $Date: 2005/05/10 06:10:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1307,7 +1307,7 @@ aIter != m_aSupportedFeatures.end(); ++aIter ) - if ( aIter->second.GroupId != -1 ) + if ( aIter->second.GroupId != CommandGroup::INTERNAL ) aCmdHashMap.insert( CommandHashMap::value_type( aIter->second.GroupId, 0 )); Sequence< sal_Int16 > aCommandGroups( aCmdHashMap.size() ); File [changed]: unodatbr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.170.2.2&r2=1.170.2.3 Delta lines: +4 -4 ------------------- --- unodatbr.cxx 29 Apr 2005 13:30:14 -0000 1.170.2.2 +++ unodatbr.cxx 10 May 2005 06:10:07 -0000 1.170.2.3 @@ -2,9 +2,9 @@ * * $RCSfile: unodatbr.cxx,v $ * - * $Revision: 1.170.2.2 $ + * $Revision: 1.170.2.3 $ * - * last change: $Author: oj $ $Date: 2005/04/29 13:30:14 $ + * last change: $Author: oj $ $Date: 2005/05/10 06:10:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1370,7 +1370,7 @@ else { Reference<XConnection> xCon(_rSource.Source, UNO_QUERY); - if(xCon.is()) + if ( xCon.is() && m_pTreeView && m_pTreeView->getListBox() ) { // our connection is in dispose so we have to find the entry equal with this connection // and close it what means to collapse the entry // get the top-level representing the removed data source --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
