summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-14 00:56:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-14 00:56:22 +0100
commitaf870cf4d7a36ade6c1c274d555f91e4b1904ce5 (patch)
tree20efd9087d2f17441560d656887d21b366470181 /hwpfilter
parent0b303af5dce580d790281418ac2277103917e704 (diff)
return the correct return code
Diffstat (limited to 'hwpfilter')
-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)