summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
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)