Kaydet (Commit) 6a682c41 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Clean up function declarations

Change-Id: Id628629bdab2aa9446d449bc091a7bb82dab54eb
üst 6880e9c9
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include "sal/config.h" #include "sal/config.h"
#include <boost/noncopyable.hpp>
#include <com/sun/star/graphic/XSvgParser.hpp> #include <com/sun/star/graphic/XSvgParser.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XInitialization.hpp>
...@@ -38,12 +39,9 @@ namespace svgio ...@@ -38,12 +39,9 @@ namespace svgio
{ {
namespace svgreader namespace svgreader
{ {
class XSvgParser : public ::cppu::WeakAggImplHelper2< graphic::XSvgParser, lang::XServiceInfo > class XSvgParser : public ::cppu::WeakAggImplHelper2< graphic::XSvgParser, lang::XServiceInfo >, private boost::noncopyable
{ {
private: private:
XSvgParser(const XSvgParser&);
XSvgParser& operator=(const XSvgParser&);
uno::Reference< uno::XComponentContext > context_; uno::Reference< uno::XComponentContext > context_;
protected: protected:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment