diff options
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 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; } |