diff options
Diffstat (limited to 'sd/source/ui')
-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 64e7b52016a2..d0510f53736f 100644 --- a/sd/source/ui/func/fucon3d.cxx +++ b/sd/source/ui/func/fucon3d.cxx @@ -121,7 +121,7 @@ E3dCompoundObject* FuConstruct3dObject::ImpCreateBasic3DShape() /* this is an open object, therefore it has to be handled double- sided by default */ - p3DObj->SetMergedItem(Svx3DDoubleSidedItem(sal_True)); + p3DObj->SetMergedItem(Svx3DDoubleSidedItem(true)); break; } |