summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/serialnumberadapter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/serialnumberadapter.cxx')
-rw-r--r--xmlsecurity/source/xmlsec/serialnumberadapter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/xmlsec/serialnumberadapter.cxx b/xmlsecurity/source/xmlsec/serialnumberadapter.cxx
index 6f1848d8316c..5b484224405a 100644
--- a/xmlsecurity/source/xmlsec/serialnumberadapter.cxx
+++ b/xmlsecurity/source/xmlsec/serialnumberadapter.cxx
@@ -19,7 +19,6 @@
#include <sal/config.h>
-#include <boost/noncopyable.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/security/XSerialNumberAdapter.hpp>
#include <com/sun/star/uno/Reference.hxx>
@@ -40,11 +39,12 @@ namespace {
class Service:
public cppu::WeakImplHelper<
- css::lang::XServiceInfo, css::security::XSerialNumberAdapter >,
- private boost::noncopyable
+ css::lang::XServiceInfo, css::security::XSerialNumberAdapter >
{
public:
Service() {}
+ Service(const Service&) = delete;
+ Service& operator=(const Service&) = delete;
private:
virtual ~Service() {}