From 2bbf3eac25c92e12c2ffef713ef3c8cbca541ca8 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sat, 23 Nov 2013 09:35:58 +0100 Subject: Do not throw exception for normal code flow (removed exceptions::no_object_found). --- src/htmlTextPart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/htmlTextPart.cpp') diff --git a/src/htmlTextPart.cpp b/src/htmlTextPart.cpp index 680d3955..44459336 100644 --- a/src/htmlTextPart.cpp +++ b/src/htmlTextPart.cpp @@ -381,7 +381,7 @@ shared_ptr htmlTextPart::findObject(const s return *o; } - throw exceptions::no_object_found(); + return null; } -- cgit v1.2.3