diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-08 09:25:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-08 09:25:44 +0000 |
commit | eca4da89b0090174a7f94c9bedbff8fb464fcb54 (patch) | |
tree | 72614b8f81de12c01d0a25726e96f9694a896ae2 /connectivity | |
parent | 3f8a15fbeebf166f3fa6295003b0b7409993d29e (diff) |
INTEGRATION: CWS dba20blocker (1.4.50); FILE MERGED
2005/07/05 13:54:24 fs 1.4.50.1: copying fix for #i48480# into this CWS
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/TColumnsHelper.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/connectivity/source/commontools/TColumnsHelper.cxx b/connectivity/source/commontools/TColumnsHelper.cxx index 8e8134260b2a..85bd7c923585 100644 --- a/connectivity/source/commontools/TColumnsHelper.cxx +++ b/connectivity/source/commontools/TColumnsHelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TColumnsHelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2005-03-10 15:17:02 $ + * last change: $Author: obo $ $Date: 2005-07-08 10:25:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,7 +58,6 @@ * * ************************************************************************/ - #ifndef CONNECTIVITY_COLUMNSHELPER_HXX #include "connectivity/TColumnsHelper.hxx" #endif @@ -188,7 +187,10 @@ sdbcx::ObjectType OColumnsHelper::createObject(const ::rtl::OUString& _rName) void OColumnsHelper::impl_refresh() throw(RuntimeException) { if ( m_pTable ) + { + m_pImpl->m_aColumnInfo.clear(); m_pTable->refreshColumns(); + } } // ------------------------------------------------------------------------- Reference< XPropertySet > OColumnsHelper::createEmptyObject() |