summaryrefslogtreecommitdiff
path: root/svl/source/notify/hint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/notify/hint.cxx')
-rw-r--r--svl/source/notify/hint.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/svl/source/notify/hint.cxx b/svl/source/notify/hint.cxx
index ad36d5098e1c..72cac43ef9a9 100644
--- a/svl/source/notify/hint.cxx
+++ b/svl/source/notify/hint.cxx
@@ -17,15 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <svl/hint.hxx>
-
// virtual dtor for the typical base-class Hint
-SfxHint::~SfxHint() COVERITY_NOEXCEPT_FALSE
-{
-}
-
+SfxHint::~SfxHint() COVERITY_NOEXCEPT_FALSE {}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */