summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc/fumorph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/fumorph.hxx')
-rw-r--r--sd/source/ui/inc/fumorph.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/fumorph.hxx b/sd/source/ui/inc/fumorph.hxx
index ba3a39320f18..434beaae4755 100644
--- a/sd/source/ui/inc/fumorph.hxx
+++ b/sd/source/ui/inc/fumorph.hxx
@@ -41,7 +41,7 @@ public:
virtual void DoExecute( SfxRequest& rReq ) override;
private:
- typedef ::std::vector< ::basegfx::B2DPolyPolygon* > B2DPolyPolygonList_impl;
+ typedef ::std::vector< ::basegfx::B2DPolyPolygon > B2DPolyPolygonList_impl;
FuMorph (
ViewShell* pViewSh,
@@ -57,7 +57,7 @@ private:
const SdrObject* pObj2
);
- static ::basegfx::B2DPolyPolygon* ImpCreateMorphedPolygon(
+ static ::basegfx::B2DPolyPolygon ImpCreateMorphedPolygon(
const ::basegfx::B2DPolyPolygon& rPolyPolyStart,
const ::basegfx::B2DPolyPolygon& rPolyPolyEnd,
double fMorphingFactor