summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbaccess/source/filter/xml/xmlfilter.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx
index ac543c21f2c7..ace10edb0792 100644
--- a/dbaccess/source/filter/xml/xmlfilter.cxx
+++ b/dbaccess/source/filter/xml/xmlfilter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlfilter.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-10-22 09:02:21 $
+ * last change: $Author: obo $ $Date: 2004-11-17 14:45:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -421,8 +421,6 @@ sal_Bool ODBFilter::implImport( const Sequence< PropertyValue >& rDescriptor )
if ( bRet )
{
- GetModel()->attachResource(sFileName,Sequence< PropertyValue >());
-
Reference< XModifiable > xModi(GetModel(),UNO_QUERY);
if ( xModi.is() )
xModi->setModified(sal_False);