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
This commit is contained in:
Oliver Bolte 2004-11-17 13:45:28 +00:00
parent c7305e3cfd
commit b845d87710

View file

@ -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);