summaryrefslogtreecommitdiff
path: root/svtools/source/misc/embedhlp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 10:21:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 11:29:08 +0000
commit58868eb9edb819db1684ae04988a77897c62ab59 (patch)
tree1d67261720b36a5ba45e477e151805a7aa692e20 /svtools/source/misc/embedhlp.cxx
parent0e726874b4bd111f84483f4a4f6592c8ecec6112 (diff)
loplugin: unnecessary destructor svl..svtools
Change-Id: Ie96dda7194c83ba88693f8c91899c732d704a4bd Reviewed-on: https://gerrit.libreoffice.org/33515 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/misc/embedhlp.cxx')
-rw-r--r--svtools/source/misc/embedhlp.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx
index 451a469eea90..ac3f498eeb9c 100644
--- a/svtools/source/misc/embedhlp.cxx
+++ b/svtools/source/misc/embedhlp.cxx
@@ -267,10 +267,6 @@ struct EmbeddedObjectRef_Impl
if (r.pGraphic && !r.bNeedUpdate)
pGraphic.reset( new Graphic(*r.pGraphic) );
}
-
- ~EmbeddedObjectRef_Impl()
- {
- }
};
const uno::Reference <embed::XEmbeddedObject>& EmbeddedObjectRef::operator->() const