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/oox/drawingml/shape.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/oox/drawingml/shape.hxx') diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx index 67f9a9b48afd..1bc3fb7bbfba 100644 --- a/include/oox/drawingml/shape.hxx +++ b/include/oox/drawingml/shape.hxx @@ -92,7 +92,6 @@ struct LinkedTxbxAttr sal_Int32 id; sal_Int32 seq; LinkedTxbxAttr(): id(0),seq(0){}; - ~LinkedTxbxAttr(){}; }; class OOX_DLLPUBLIC Shape -- cgit