summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 13:45:28 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 13:45:28 +0000
commitb845d8771052491d23d21d29afa69c12052bdc9d (patch)
treeed3d849a2f46e9e2996a15cc9bdf1978eeb3fd10 /dbaccess/source
parentc7305e3cfde161835ed46dd854152d455fa91e1e (diff)
INTEGRATION: CWS dba18 (1.5.2); FILE MERGED
2004/11/10 15:45:14 oj 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED 2004/10/18 13:51:48 oj 1.5.2.2: #i35704# attachREsource now calls the filter 2004/10/15 12:40:45 oj 1.5.2.1: #i34776# import datasource settings corrected
Diffstat (limited to 'dbaccess/source')
-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);