summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/column.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-10-18 12:26:47 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-10-18 12:26:47 +0000
commit6cbfaf9df6ecb61f09a5c9b161241a897072d54b (patch)
treebece3251158f74720e4ed4889d83db5d1a4a5900 /dbaccess/source/core/api/column.cxx
parent38c29361f758d861694a65f29aa8c93d0b8d7fff (diff)
INTEGRATION: CWS dba205b (1.51.20); FILE MERGED
2006/08/11 06:15:06 oj 1.51.20.1: check xDest is not null
Diffstat (limited to 'dbaccess/source/core/api/column.cxx')
-rw-r--r--dbaccess/source/core/api/column.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/column.cxx b/dbaccess/source/core/api/column.cxx
index 14f9706b9c6f..781771a4b1f2 100644
--- a/dbaccess/source/core/api/column.cxx
+++ b/dbaccess/source/core/api/column.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: column.cxx,v $
*
- * $Revision: 1.52 $
+ * $Revision: 1.53 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 06:33:53 $
+ * last change: $Author: ihi $ $Date: 2006-10-18 13:26:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -652,7 +652,7 @@ connectivity::sdbcx::ObjectType OColumns::createObject(const ::rtl::OUString& _r
}
Reference<XPropertySet> xDest(xRet,UNO_QUERY);
- if ( m_pMediator )
+ if ( m_pMediator && xDest.is() )
m_pMediator->notifyElementCreated(_rName,xDest);
return xRet;