summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmconfigitem.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-01 12:49:29 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-01 12:49:29 +0000
commit46940056c7d7c334c1fbf17f22cf347948272a85 (patch)
tree30dc0859e9dd249f752b85c2889f4b23fd44a3b3 /sw/source/ui/dbui/mmconfigitem.cxx
parentd1e04a89ff03e6badfbcb9376ca8245528c956c3 (diff)
INTEGRATION: CWS os74 (1.9.28); FILE MERGED
2006/01/25 14:15:56 os 1.9.28.1: #i58944# clear connection in ::DisposeResultSet to unlock the .csv-file
Diffstat (limited to 'sw/source/ui/dbui/mmconfigitem.cxx')
-rw-r--r--sw/source/ui/dbui/mmconfigitem.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/mmconfigitem.cxx b/sw/source/ui/dbui/mmconfigitem.cxx
index 864ebc4a070e..506b36844f36 100644
--- a/sw/source/ui/dbui/mmconfigitem.cxx
+++ b/sw/source/ui/dbui/mmconfigitem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mmconfigitem.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2006-01-06 13:02:14 $
+ * last change: $Author: kz $ $Date: 2006-02-01 13:49:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1061,6 +1061,7 @@ Reference< XResultSet> SwMailMergeConfigItem::GetResultSet() const
-----------------------------------------------------------------------*/
void SwMailMergeConfigItem::DisposeResultSet()
{
+ m_pImpl->xConnection.clear();
if(m_pImpl->xResultSet.is())
{
::comphelper::disposeComponent( m_pImpl->xResultSet );