diff options
Diffstat (limited to 'include/vcl/dndhelp.hxx')
-rw-r--r-- | include/vcl/dndhelp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/dndhelp.hxx b/include/vcl/dndhelp.hxx index 57c941c2b8d0..20b09c3ecbb9 100644 --- a/include/vcl/dndhelp.hxx +++ b/include/vcl/dndhelp.hxx @@ -53,7 +53,7 @@ namespace unohelper class VCL_DLLPUBLIC DragAndDropClient { public: - virtual ~DragAndDropClient(); + virtual ~DragAndDropClient() COVERITY_NOEXCEPT_FALSE; // css::datatransfer::dnd::XDragGestureListener /// @throws css::uno::RuntimeException |