diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-01 13:37:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-01 13:37:27 +0200 |
commit | bebe30e917ebd3bd0ce43efca737caa478fddaee (patch) | |
tree | 1e0f3f4573ccd4d65d0e0264e8675f1e51463d63 /sd | |
parent | 407d23baceaf7014d24d631ad308c9defd4d44d0 (diff) |
Consistency around SfxUInt32Item in svx/svx3ditems.hxx
...similar to what has been done for svx/sdtmfitm.hxx in
68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
Change-Id: I3193eab34a34c051002adeedd8b368e26f55f7a3
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fucon3d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fucon3d.cxx b/sd/source/ui/func/fucon3d.cxx index b1cb4d390cce..8a6ac3510e6c 100644 --- a/sd/source/ui/func/fucon3d.cxx +++ b/sd/source/ui/func/fucon3d.cxx @@ -227,7 +227,7 @@ E3dCompoundObject* FuConstruct3dObject::ImpCreateBasic3DShape() aInnerPoly.setClosed(true); p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); - p3DObj->SetMergedItem(Svx3DHorizontalSegmentsItem(4)); + p3DObj->SetMergedItem(makeSvx3DHorizontalSegmentsItem(4)); break; } } |