summaryrefslogtreecommitdiff
path: root/svx/source/table/tablertfimporter.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-08-12 09:32:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-08-12 09:38:25 +0100
commite008aebbcf366a64d5870ad3a5df39cac429b81c (patch)
tree96f18c7ae2247532b36a464548e440822f966f34 /svx/source/table/tablertfimporter.cxx
parentaca3f5ef4feae793afa765a56ea0cfc797eb4076 (diff)
cppcheck: noCopyConstructor
Change-Id: Ice596f9d05703c944d12d2c00e2364ca6950d39c
Diffstat (limited to 'svx/source/table/tablertfimporter.cxx')
-rw-r--r--svx/source/table/tablertfimporter.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/table/tablertfimporter.cxx b/svx/source/table/tablertfimporter.cxx
index 3740bc756bad..3a4d6dc6ebeb 100644
--- a/svx/source/table/tablertfimporter.cxx
+++ b/svx/source/table/tablertfimporter.cxx
@@ -120,6 +120,10 @@ private:
RTFCellDefault* mpDefMerge;
Reference< XTable > mxTable;
+
+ // Copy assignment is forbidden and not implemented.
+ SdrTableRTFParser (const SdrTableRTFParser &) SAL_DELETED_FUNCTION;
+ SdrTableRTFParser & operator= (const SdrTableRTFParser &) SAL_DELETED_FUNCTION;
};
SdrTableRTFParser::SdrTableRTFParser( SdrTableObj& rTableObj )