summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpreader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hwpreader.hxx')
-rw-r--r--hwpfilter/source/hwpreader.hxx6
1 files changed, 2 insertions, 4 deletions
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)