summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-02 11:15:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-02 11:15:42 +0100
commitb610d25131cc29bd6906e7b380147d60488bd4f4 (patch)
tree1a2978732534c9154fafd1a1962daea51cf7cca9 /svgio
parent70b0b2f9683100888aaefdb2185eb017406b9d71 (diff)
loplugin:unnecessaryoverride (dtors) in svgio
Change-Id: Icff1b3d5072c9a854de7ae12141131b0a9650b91
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svguno/xsvgparser.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx
index e84f5f67e3c0..c4e8d5ce3c14 100644
--- a/svgio/source/svguno/xsvgparser.cxx
+++ b/svgio/source/svguno/xsvgparser.cxx
@@ -48,7 +48,6 @@ namespace svgio
public:
explicit XSvgParser(
uno::Reference< uno::XComponentContext > const & context);
- virtual ~XSvgParser() override;
XSvgParser(const XSvgParser&) = delete;
XSvgParser& operator=(const XSvgParser&) = delete;
@@ -97,10 +96,6 @@ namespace svgio
{
}
- XSvgParser::~XSvgParser()
- {
- }
-
uno::Sequence< uno::Reference< ::graphic::XPrimitive2D > > XSvgParser::getDecomposition(
const uno::Reference< ::io::XInputStream >& xSVGStream,
const OUString& aAbsolutePath ) throw (uno::RuntimeException, std::exception)