diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-12 16:27:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-27 09:49:04 +0000 |
commit | 4511431fb665dac192008fa063e783d9e8d7ed15 (patch) | |
tree | 3e68fac05e24f2f5bd7f2deed9a32288d7ddf64a /xmlscript | |
parent | 1a90a23d9fdcc4344f459b183bbafb8ba7b5bcc0 (diff) |
improve "unnecessary user-declared destructor" check
to look for inline&empty destructors, where we can just let
the compiler do it's thing
Change-Id: Ibde8800bdfed6b77649c30ebc19921167c33dec3
Reviewed-on: https://gerrit.libreoffice.org/32999
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/imp_share.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmlscript/source/xmldlg_imexp/imp_share.hxx b/xmlscript/source/xmldlg_imexp/imp_share.hxx index 18598891bce7..c37174b70bc2 100644 --- a/xmlscript/source/xmldlg_imexp/imp_share.hxx +++ b/xmlscript/source/xmldlg_imexp/imp_share.hxx @@ -480,9 +480,6 @@ public: xProps, rControlName ) {} - inline ~ControlImportContext() - { - } /// @throws css::xml::sax::SAXException /// @throws css::uno::RuntimeException |