diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-11-17 12:23:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-11-18 21:59:23 +0100 |
commit | 5280b3eaa6e9a9ee5994c1459f459336908fc741 (patch) | |
tree | 5b45258b0065c4720efbf713748ab67b8bab48a8 /starmath | |
parent | 06756e412b2a02030ce3355b3fe4e2ecc71d2301 (diff) |
silence some coverity warnings
Change-Id: I5a530e37156b5cd36e8a07ac20851880a46f520d
Reviewed-on: https://gerrit.libreoffice.org/44875
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/tmpdevice.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/tmpdevice.hxx b/starmath/source/tmpdevice.hxx index 4cadfa69176c..f03aa9d42bb3 100644 --- a/starmath/source/tmpdevice.hxx +++ b/starmath/source/tmpdevice.hxx @@ -34,7 +34,7 @@ class SmTmpDevice public: SmTmpDevice(OutputDevice &rTheDev, bool bUseMap100th_mm); - ~SmTmpDevice() { rOutDev.Pop(); } + ~SmTmpDevice() COVERITY_NOEXCEPT_FALSE { rOutDev.Pop(); } void SetFont(const vcl::Font &rNewFont); |