summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtimp.cxx')
-rw-r--r--xmloff/source/text/txtimp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index 0c4cc551422c..6ad3333280f6 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -61,7 +61,6 @@
#include <com/sun/star/beans/XPropertyState.hpp>
#include <txtlists.hxx>
#include <xmloff/odffields.hxx>
-#include <boost/noncopyable.hpp>
using ::com::sun::star::ucb::XAnyCompare;
@@ -490,7 +489,6 @@ static const SvXMLTokenMapEntry aTextFieldAttrTokenMap[] =
#define MAX_COMBINED_CHARACTERS 6
struct XMLTextImportHelper::Impl
- : private ::boost::noncopyable
{
std::unique_ptr<SvXMLTokenMap> m_xTextElemTokenMap;
std::unique_ptr<SvXMLTokenMap> m_xTextPElemTokenMap;
@@ -596,6 +594,8 @@ struct XMLTextImportHelper::Impl
, m_bInsideDeleteContext( false )
{
}
+ Impl(const Impl&) = delete;
+ Impl& operator=(const Impl&) = delete;
void InitOutlineStylesCandidates()
{