diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 11:41:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 11:41:58 +0000 |
commit | bd615df58a9b1adba73fa5724627a99529279667 (patch) | |
tree | 5b46c63d4940eb72b146e6ddbc74b2ea94524058 /svx/source/engine3d | |
parent | 08e37ef38a64b1551d1ce60934964f8f759628c1 (diff) |
INTEGRATION: CWS sb59 (1.10.60); FILE MERGED
2006/08/28 12:57:51 sb 1.10.60.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r-- | svx/source/engine3d/polysc3d.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/engine3d/polysc3d.cxx b/svx/source/engine3d/polysc3d.cxx index e155ab8e7942..796004e47840 100644 --- a/svx/source/engine3d/polysc3d.cxx +++ b/svx/source/engine3d/polysc3d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: polysc3d.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 04:58:24 $ + * last change: $Author: obo $ $Date: 2006-10-12 12:41:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -177,7 +177,7 @@ void E3dPolyScene::TakeContour3D(XPolyPolygon& rPoly) sal_Bool E3dPolyScene::DoPaintObject(XOutputDevice& rOut, const SdrPaintInfoRec& rInfoRec) const { - FASTBOOL bOk=TRUE; + bool bOk=true; if(GetSubList() && GetSubList()->GetObjCount()) { bOk = ((E3dPolyScene*)this)->LocalPaint3D(rOut, rInfoRec); |