Tag: cws_src680_dba201a
User: oj      
Date: 05/05/06 03:50:38

Modified:
 /dba/dbaccess/source/ui/browser/
  unodatbr.cxx

Log:
 #121640# check if view is NULL

File Changes:

Directory: /dba/dbaccess/source/ui/browser/
===========================================

File [changed]: unodatbr.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.170&r2=1.170.8.1
Delta lines:  +4 -4
-------------------
--- unodatbr.cxx        11 Apr 2005 10:05:01 -0000      1.170
+++ unodatbr.cxx        6 May 2005 10:50:35 -0000       1.170.8.1
@@ -2,9 +2,9 @@
  *
  *     $RCSfile: unodatbr.cxx,v $
  *
- *  $Revision: 1.170 $
+ *  $Revision: 1.170.8.1 $
  *
- *  last change: $Author: hr $ $Date: 2005/04/11 10:05:01 $
+ *  last change: $Author: oj $ $Date: 2005/05/06 10:50:35 $
  *
  *     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]

Reply via email to