summaryrefslogtreecommitdiff
path: root/include/svx/obj3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-05 14:09:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 08:02:56 +0200
commit781544497a0913037bba160a4cf6b643e5ca1d1a (patch)
tree960cb52efca6ab4eba3ac30e6600bbd45247d25d /include/svx/obj3d.hxx
parent69c9a077b3052fc012d2f23c00dfcc901c65583d (diff)
return by unique_ptr from E3dObject::GetBreakObj
Change-Id: Id983695650b13b2cb7881ce17a186e35fbb480ef Reviewed-on: https://gerrit.libreoffice.org/61441 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/obj3d.hxx')
-rw-r--r--include/svx/obj3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/obj3d.hxx b/include/svx/obj3d.hxx
index 6d24ed73fb59..fe9d1536245e 100644
--- a/include/svx/obj3d.hxx
+++ b/include/svx/obj3d.hxx
@@ -150,7 +150,7 @@ public:
// break up
virtual bool IsBreakObjPossible();
- virtual SdrAttrObj* GetBreakObj();
+ virtual std::unique_ptr<SdrAttrObj,SdrObjectFreeOp> GetBreakObj();
};
/*************************************************************************