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 /chart2 | |
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 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/tp_PointGeometry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_PointGeometry.cxx b/chart2/source/controller/dialogs/tp_PointGeometry.cxx index 5bd37abe8ad5..5456b69f9638 100644 --- a/chart2/source/controller/dialogs/tp_PointGeometry.cxx +++ b/chart2/source/controller/dialogs/tp_PointGeometry.cxx @@ -60,7 +60,7 @@ bool SchLayoutTabPage::FillItemSet(SfxItemSet* rOutAttrs) nSegs=4; rOutAttrs->Put(SfxInt32Item(SCHATTR_STYLE_SHAPE,nShape)); - rOutAttrs->Put(Svx3DHorizontalSegmentsItem(nSegs)); + rOutAttrs->Put(makeSvx3DHorizontalSegmentsItem(nSegs)); } return true; } |