summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-13 13:08:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 05:59:59 +0000
commit9778a2c9d04abf4f3017ac6730fdefa7fb7fd81b (patch)
tree866a3e8d021b07ae3d4463525ebeabf06e8b15fb /svx
parentdrop unused Streaming enumerator from SdrInsertReasonKind enum (diff)
downloadcore-9778a2c9d04abf4f3017ac6730fdefa7fb7fd81b.tar.gz
core-9778a2c9d04abf4f3017ac6730fdefa7fb7fd81b.zip
remove unused Copy enumerator from SdrUserCallType enum
Change-Id: I72f5ab1e903de96389fd7b085f9ebd76c26cf926 Reviewed-on: https://gerrit.libreoffice.org/34207 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdobj.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index f62dd3100a18..de6e898a1b23 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -2768,10 +2768,6 @@ void SdrObject::SendUserCall(SdrUserCallType eUserCall, const Rectangle& rBoundR
eChildUserType = SdrUserCallType::ChildDelete;
break;
- case SdrUserCallType::Copy:
- eChildUserType = SdrUserCallType::ChildCopy;
- break;
-
case SdrUserCallType::Inserted:
eChildUserType = SdrUserCallType::ChildInserted;
break;