diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-04-11 09:37:30 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-04-11 09:37:30 +0000 |
commit | c5998aab98535d472654dca71bb2055e1691c46d (patch) | |
tree | 3f81be0ad6704e454c7981af4fcb73474584b438 /dbaccess | |
parent | dd4c74469b080071eaa48ab85eb646e72790845f (diff) |
new member var
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableRow.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableRow.cxx b/dbaccess/source/ui/tabledesign/TableRow.cxx index 08d8e5e4f362..7ebcac5d5eaa 100644 --- a/dbaccess/source/ui/tabledesign/TableRow.cxx +++ b/dbaccess/source/ui/tabledesign/TableRow.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TableRow.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: oj $ $Date: 2001-03-22 07:54:07 $ + * last change: $Author: oj $ $Date: 2001-04-11 10:37:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,6 +146,7 @@ void OTableRow::SetFieldType( const OTypeInfo* _pType ) if( !m_pActFieldDescr ) { m_pActFieldDescr = new OFieldDescription(); + m_bOwnsDescriptions = sal_True; switch(_pType->nType) { case DataType::CHAR: |