summaryrefslogtreecommitdiff
path: root/vcl/source/filter
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2017-08-23 20:30:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-24 08:57:51 +0200
commit844b3c067ccef7c8fcd38f4456689065dee5a447 (patch)
treeac20f15284419faff2f45a43d4bf0a1f92d7b2fc /vcl/source/filter
parent95b04f52b567526a72922af67b926096d10424c1 (diff)
remove unused error code in vcl
ever since commit 920d4463f6e59b815852c173e2974ffc7b4bb284 Date: Thu Jun 23 13:13:28 2016 +0200 loplugin:singlevalfields in vcl(part1) Change-Id: I3691d03dadff10585a119ca8db8aa193b5a01702 Reviewed-on: https://gerrit.libreoffice.org/41492 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/filter')
-rw-r--r--vcl/source/filter/graphicfilter.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx
index a5a4c53ebc5d..47f755b368b3 100644
--- a/vcl/source/filter/graphicfilter.cxx
+++ b/vcl/source/filter/graphicfilter.cxx
@@ -2449,8 +2449,6 @@ ErrCode GraphicFilter::LoadGraphic( const OUString &rPath, const OUString &rFilt
aReturnString="version error";
else if (nRes == ERRCODE_GRFILTER_FILTERERROR)
aReturnString="filter error";
- else if (nRes == ERRCODE_GRFILTER_ABORT)
- aReturnString="import aborted";
else if (nRes == ERRCODE_GRFILTER_TOOBIG)
aReturnString="graphic is too big";