summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-20 14:02:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-21 06:05:51 +0000
commit8b1bb368eb07186a681918871b5c534fa88c02be (patch)
tree95e6d9b2523f2da2d7903f6cc57de7dd770fa003 /include
parent657f067b917169f41a8432c8f329877f6e50c3f6 (diff)
remove unused ChildCopy from SdrUserCallType enum
Change-Id: If08d4c7b3a8565672e27e008d4806510cf8aab1e Reviewed-on: https://gerrit.libreoffice.org/34470 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdobj.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 308ffb91e521..cce12218f123 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -165,7 +165,6 @@ enum class SdrUserCallType {
ChildResize, // a child within a group has changed
ChildChangeAttr, // a child within a group has changed
ChildDelete, // a child within a group has changed
- ChildCopy, // a child within a group has changed
ChildInserted, // a child within a group has changed
ChildRemoved // a child within a group has changed
};