From af870cf4d7a36ade6c1c274d555f91e4b1904ce5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 14 Jun 2011 00:56:22 +0100 Subject: return the correct return code --- hwpfilter/source/hwpreader.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'hwpfilter/source') diff --git a/hwpfilter/source/hwpreader.hxx b/hwpfilter/source/hwpreader.hxx index 8d5a9f0dfef6..7676aafe0dc3 100644 --- a/hwpfilter/source/hwpreader.hxx +++ b/hwpfilter/source/hwpreader.hxx @@ -264,10 +264,8 @@ HwpImportFilter::~HwpImportFilter() sal_Bool HwpImportFilter::filter( const Sequence< PropertyValue >& aDescriptor ) throw( RuntimeException ) { - // delegate to IchitaroImpoter - rFilter->filter( aDescriptor ); - - return sal_True; + // delegate to IchitaroImpoter + return rFilter->filter( aDescriptor ); } void HwpImportFilter::cancel() throw(::com::sun::star::uno::RuntimeException) -- cgit