summaryrefslogtreecommitdiff
path: root/include/drawinglayer
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-11-26 21:12:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-11-26 21:12:50 +0000
commitb5f0395aa408e831f4cc6182c65885ee2a78f90e (patch)
treec3c34da4c2d22423235e2936b77b286157e62a1a /include/drawinglayer
parentf35a63deeb85a93f082eaebbfc6f1130d8729275 (diff)
coverity#1421100 Uncaught exception
Change-Id: Id9cb50e0e3eace3365eefe29650e993694480d47
Diffstat (limited to 'include/drawinglayer')
-rw-r--r--include/drawinglayer/primitive2d/textlayoutdevice.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive2d/textlayoutdevice.hxx b/include/drawinglayer/primitive2d/textlayoutdevice.hxx
index c8670603e26a..478c630f311f 100644
--- a/include/drawinglayer/primitive2d/textlayoutdevice.hxx
+++ b/include/drawinglayer/primitive2d/textlayoutdevice.hxx
@@ -64,7 +64,7 @@ namespace drawinglayer
public:
/// constructor/destructor
TextLayouterDevice();
- ~TextLayouterDevice();
+ ~TextLayouterDevice() COVERITY_NOEXCEPT_FALSE;
/// tooling methods
void setFont(const vcl::Font& rFont);