summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdfmtf.hxx
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/svdraw/svdfmtf.hxx
parentaca3f5ef4feae793afa765a56ea0cfc797eb4076 (diff)
cppcheck: noCopyConstructor
Change-Id: Ice596f9d05703c944d12d2c00e2364ca6950d39c
Diffstat (limited to 'svx/source/svdraw/svdfmtf.hxx')
-rw-r--r--svx/source/svdraw/svdfmtf.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdfmtf.hxx b/svx/source/svdraw/svdfmtf.hxx
index c7c32f4619e2..c290ceb978fc 100644
--- a/svx/source/svdraw/svdfmtf.hxx
+++ b/svx/source/svdraw/svdfmtf.hxx
@@ -39,8 +39,6 @@ class SvdProgressInfo;
// Helper Class ImpSdrGDIMetaFileImport
-
-
class ImpSdrGDIMetaFileImport
{
protected:
@@ -154,6 +152,11 @@ protected:
void DoLoopActions(GDIMetaFile& rMtf, SvdProgressInfo* pProgrInfo, sal_uInt32* pActionsToReport);
+private:
+ // Copy assignment is forbidden and not implemented.
+ ImpSdrGDIMetaFileImport (const ImpSdrGDIMetaFileImport &) SAL_DELETED_FUNCTION;
+ ImpSdrGDIMetaFileImport & operator= (const ImpSdrGDIMetaFileImport &) SAL_DELETED_FUNCTION;
+
public:
ImpSdrGDIMetaFileImport(
SdrModel& rModel,