summaryrefslogtreecommitdiff
path: root/oox/source/ppt/pptshapecontext.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-01 14:13:50 +0200
committerNoel Grandin <noel@peralex.com>2014-04-03 09:17:51 +0200
commitf3802139ac6d21edbd1b30df9675eac1aae50360 (patch)
tree11fc28b6ead8a634989f3ecaa0769829083f8d5d /oox/source/ppt/pptshapecontext.cxx
parente8f4a2541bf5e38b953f04cee0e447a40d25950f (diff)
oox: sal_Bool->bool
Change-Id: Ia05b3210314c39db5110eded731f2be4b7405e87
Diffstat (limited to 'oox/source/ppt/pptshapecontext.cxx')
-rw-r--r--oox/source/ppt/pptshapecontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/pptshapecontext.cxx b/oox/source/ppt/pptshapecontext.cxx
index 2741e748679e..617373380640 100644
--- a/oox/source/ppt/pptshapecontext.cxx
+++ b/oox/source/ppt/pptshapecontext.cxx
@@ -192,7 +192,7 @@ ContextHandlerRef PPTShapeContext::onCreateContext( sal_Int32 aElementToken, con
mpShapePtr->applyShapeReference( *pPlaceholder.get() );
PPTShape* pPPTShape = dynamic_cast< PPTShape* >( pPlaceholder.get() );
if ( pPPTShape )
- pPPTShape->setReferenced( sal_True );
+ pPPTShape->setReferenced( true );
pPPTShapePtr->setPlaceholder( pPlaceholder );
}
}