summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-10 14:58:41 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:24 +0200
commit2ec560e3e687746735d9debb304e9f64384daa65 (patch)
tree5c7468258af7ab9ebdfd3aa54cfdf51580ffca7b /sd
parent6c97bc47177adc1c51f69f17e77b9fe2aeade122 (diff)
svx: sal_Bool->bool
Change-Id: I1b692a9ca5f2580b0815b881a33f3eded7267ac1
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 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;
}