summaryrefslogtreecommitdiff
path: root/sc/inc/documentimport.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-10-28 14:33:33 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-08-28 02:03:40 +0200
commit8cb21b2a88a5dc48457b30306173d650425919f6 (patch)
tree74f0e1e652143204f299568760ff486006a221a1 /sc/inc/documentimport.hxx
parent6ae1b105e38e537ae3d38186913069a2334bd66f (diff)
prevent default operator=
Change-Id: Ibcd843a992b06b73e628b0249fb9f3ea723510d2
Diffstat (limited to 'sc/inc/documentimport.hxx')
-rw-r--r--sc/inc/documentimport.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/documentimport.hxx b/sc/inc/documentimport.hxx
index aa694584216e..e7fc0b63a829 100644
--- a/sc/inc/documentimport.hxx
+++ b/sc/inc/documentimport.hxx
@@ -42,6 +42,7 @@ class SC_DLLPUBLIC ScDocumentImport : boost::noncopyable
ScDocumentImportImpl* mpImpl;
ScDocumentImport(); // disabled
+ ScDocumentImport& operator=(const ScDocumentImport&); //disabled
public: