summaryrefslogtreecommitdiffstats
path: root/include/xmlreader
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-16 13:26:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-16 13:26:09 +0000
commita36882348973b8af6edd713a9d4e67af72a4bd86 (patch)
tree3adc821d99d1294fdcce96829a60f9c08c1a8070 /include/xmlreader
parentrestore dependencies (diff)
downloadcore-a36882348973b8af6edd713a9d4e67af72a4bd86.tar.gz
core-a36882348973b8af6edd713a9d4e67af72a4bd86.zip
another dependency still required
Change-Id: I0f0ce96ee8209f711739952422d642a012252d1f
Diffstat (limited to 'include/xmlreader')
-rw-r--r--include/xmlreader/xmlreader.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/xmlreader/xmlreader.hxx b/include/xmlreader/xmlreader.hxx
index 45f53d94fc88..27a4be2aa425 100644
--- a/include/xmlreader/xmlreader.hxx
+++ b/include/xmlreader/xmlreader.hxx
@@ -25,7 +25,6 @@
#include <stack>
#include <vector>
-#include <boost/noncopyable.hpp>
#include <com/sun/star/container/NoSuchElementException.hpp>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <osl/file.h>
@@ -37,7 +36,7 @@
namespace xmlreader {
-class OOO_DLLPUBLIC_XMLREADER XmlReader: private boost::noncopyable {
+class OOO_DLLPUBLIC_XMLREADER XmlReader {
public:
XmlReader(char const *sStr, size_t nLength);
@@ -69,6 +68,9 @@ public:
const OUString& getUrl() const { return fileUrl_;}
private:
+ XmlReader(const XmlReader&) SAL_DELETED_FUNCTION;
+ XmlReader& operator=(const XmlReader&) SAL_DELETED_FUNCTION;
+
typedef std::vector< Span > NamespaceIris;
// If NamespaceData (and similarly ElementData and AttributeData) is made