From ef2b4342e9f8a887bb840d8a6c875125139d433a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Jan 2017 08:21:03 +0200 Subject: loplugin: unnecessary destructor oox..sax Change-Id: Ie12bfabc92bce04d702f3e77aa5896366e49245e Reviewed-on: https://gerrit.libreoffice.org/33509 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/registry/refltype.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/registry') diff --git a/include/registry/refltype.hxx b/include/registry/refltype.hxx index 3e3bedad8796..f2a7db22f1d4 100644 --- a/include/registry/refltype.hxx +++ b/include/registry/refltype.hxx @@ -53,9 +53,6 @@ public: { m_value.aDouble = 0.0; } - - /// Destructor - ~RTConstValue() {} }; /** deprecated. -- cgit