summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/objfac3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/objfac3d.cxx')
-rw-r--r--svx/source/engine3d/objfac3d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/engine3d/objfac3d.cxx b/svx/source/engine3d/objfac3d.cxx
index 493e5260cd7e..be9edd9bf60f 100644
--- a/svx/source/engine3d/objfac3d.cxx
+++ b/svx/source/engine3d/objfac3d.cxx
@@ -44,14 +44,14 @@
|*
\************************************************************************/
-static BOOL bInit = FALSE;
+static sal_Bool bInit = sal_False;
E3dObjFactory::E3dObjFactory()
{
if ( !bInit )
{
SdrObjFactory::InsertMakeObjectHdl(LINK(this, E3dObjFactory, MakeObject));
- bInit = TRUE;
+ bInit = sal_True;
}
}