INTEGRATION: CWS mav09 (1.8.82); FILE MERGED

2004/07/15 10:50:16 mba 1.8.82.1: #i27773#: XMLFilter needs additional parameter
This commit is contained in:
Kurt Zenker 2004-10-04 17:17:59 +00:00
parent 7b1ce1cf66
commit 4029e1b57a

View file

@ -2,9 +2,9 @@
*
* $RCSfile: sdfilter.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: obo $ $Date: 2004-01-20 10:29:43 $
* last change: $Author: kz $ $Date: 2004-10-04 18:17:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -195,18 +195,3 @@ void SdFilter::CreateProgress()
}
}
// -----------------------------------------------------------------------------
sal_Bool SdFilter::Import()
{
DBG_ERROR( "Not implemented" );
return sal_False;
}
// -----------------------------------------------------------------------------
sal_Bool SdFilter::Export()
{
DBG_ERROR( "Not implemented" );
return sal_False;
}