#86483# set columns only null

This commit is contained in:
Ocke Janssen
2001-05-07 10:11:15 +00:00
parent 7dba0e8df8
commit abdf44fe3a
4 changed files with 44 additions and 30 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: CRowSetDataColumn.cxx,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: oj $ $Date: 2001-05-02 12:47:50 $
* last change: $Author: oj $ $Date: 2001-05-07 11:11:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -278,8 +278,8 @@ Reference< ::com::sun::star::container::XNamed > ORowSetDataColumns::createObjec
// -----------------------------------------------------------------------------
void SAL_CALL ORowSetDataColumns::disposing(void)
{
// clear_NoDispose();
m_aColumns->clear();
clear_NoDispose();
m_aColumns = NULL;
ORowSetDataColumns_BASE::disposing();
// m_aColumns.clear();
}