diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-01-26 14:02:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-01-26 14:58:46 +0000 |
commit | b9249d7c4db6e20dcc1bcca88b350e9ee547c992 (patch) | |
tree | 51d94638c90ee5a79637331bb5a2628ad8a0ba48 /sdext | |
parent | 49b616608d59de485faa01fa6d5989e1876e8de2 (diff) |
cid#1520592 Logically dead code
Change-Id: If0e52b474369657e0ed602f859d180f829865f9c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146176
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/filterdet.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sdext/source/pdfimport/filterdet.cxx b/sdext/source/pdfimport/filterdet.cxx index 24bff08ccb6f..69aa90a26b9b 100644 --- a/sdext/source/pdfimport/filterdet.cxx +++ b/sdext/source/pdfimport/filterdet.cxx @@ -357,9 +357,6 @@ OUString SAL_CALL PDFDetector::detect( uno::Sequence< beans::PropertyValue >& rF aOutFilterName = "calc_pdf_addstream_import"; } - if (!bSuccess) - return OUString(); - if (!aOutFilterName.isEmpty()) { if( nFilterNamePos == -1 ) |