summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-01 14:46:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-01 14:46:50 +0200
commit9f6018bb64ae1da3a476f6bfca02e06b093f9e16 (patch)
tree8399d258de39c627564d6b6405bec4f8756dd197 /sd
parentbebe30e917ebd3bd0ce43efca737caa478fddaee (diff)
Consistency around SfxBoolItem in svx/svx3ditems.hxx
...similar to what has been done for svx/sdtmfitm.hxx in 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I3253b4cc5657a7d6b960ee892584109d373eed3d
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/func/fucon3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fucon3d.cxx b/sd/source/ui/func/fucon3d.cxx
index 8a6ac3510e6c..a54e49722033 100644
--- a/sd/source/ui/func/fucon3d.cxx
+++ b/sd/source/ui/func/fucon3d.cxx
@@ -118,7 +118,7 @@ E3dCompoundObject* FuConstruct3dObject::ImpCreateBasic3DShape()
/* this is an open object, therefore it has to be handled double-
sided by default */
- p3DObj->SetMergedItem(Svx3DDoubleSidedItem(true));
+ p3DObj->SetMergedItem(makeSvx3DDoubleSidedItem(true));
break;
}