User: ihi     
Date: 2006/10/18 06:26:49

Modified:
   dba/dbaccess/source/core/api/column.cxx

Log:
 INTEGRATION: CWS dba205b (1.51.20); FILE MERGED
 2006/08/11 06:15:06 oj 1.51.20.1: check xDest is not null

File Changes:

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: column.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/column.cxx?r1=1.52&r2=1.53
Delta lines:  +1 -1
-------------------
--- column.cxx  17 Sep 2006 06:33:53 -0000      1.52
+++ column.cxx  18 Oct 2006 13:26:47 -0000      1.53
@@ -652,7 +652,7 @@
        }
 
        Reference<XPropertySet> xDest(xRet,UNO_QUERY);
-       if ( m_pMediator )
+       if ( m_pMediator && xDest.is() )
                m_pMediator->notifyElementCreated(_rName,xDest);
 
        return xRet;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to