From 6a682c41e5013b227a254a3ba7a2954a4fbb793a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 14 Apr 2014 21:38:46 +0200 Subject: Clean up function declarations Change-Id: Id628629bdab2aa9446d449bc091a7bb82dab54eb --- svgio/source/svguno/xsvgparser.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'svgio') diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx index 4f77167b8d29..2032ce8f2ef6 100644 --- a/svgio/source/svguno/xsvgparser.cxx +++ b/svgio/source/svguno/xsvgparser.cxx @@ -19,6 +19,7 @@ #include "sal/config.h" +#include #include #include #include @@ -38,12 +39,9 @@ namespace svgio { namespace svgreader { - class XSvgParser : public ::cppu::WeakAggImplHelper2< graphic::XSvgParser, lang::XServiceInfo > + class XSvgParser : public ::cppu::WeakAggImplHelper2< graphic::XSvgParser, lang::XServiceInfo >, private boost::noncopyable { private: - XSvgParser(const XSvgParser&); - XSvgParser& operator=(const XSvgParser&); - uno::Reference< uno::XComponentContext > context_; protected: -- cgit