diff options
Diffstat (limited to 'vcl/inc/textlayout.hxx')
-rw-r--r-- | vcl/inc/textlayout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/textlayout.hxx b/vcl/inc/textlayout.hxx index ae478847c2dc..16e54c61d3bb 100644 --- a/vcl/inc/textlayout.hxx +++ b/vcl/inc/textlayout.hxx @@ -37,7 +37,7 @@ namespace vcl virtual bool DecomposeTextRectAction() const = 0; protected: - ~ITextLayout() {} + ~ITextLayout() COVERITY_NOEXCEPT_FALSE {} }; /** is an implementation of the ITextLayout interface which simply delegates its calls to the respective |