Tag: cws_src680_dba205b User: oj Date: 2006/08/10 23:15:09 Modified: dba/dbaccess/source/core/api/column.cxx
Log: 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.51&r2=1.51.20.1 Delta lines: +4 -4 ------------------- --- column.cxx 10 Jul 2006 15:05:01 -0000 1.51 +++ column.cxx 11 Aug 2006 06:15:06 -0000 1.51.20.1 @@ -4,9 +4,9 @@ * * $RCSfile: column.cxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.51.20.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 15:05:01 $ + * last change: $Author: oj $ $Date: 2006/08/11 06:15:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -649,7 +649,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]
