aboutsummaryrefslogtreecommitdiffstats
path: root/src/htmlTextPart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlTextPart.cpp')
-rw-r--r--src/htmlTextPart.cpp2
1 files changed, 1 insertions, 1 deletions
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 <const htmlTextPart::embeddedObject> htmlTextPart::findObject(const s
return *o;
}
- throw exceptions::no_object_found();
+ return null;
}